aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/html_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-11-26 00:04:41 +0000
committerRalph Amissah <ralph@amissah.com>2007-11-26 00:04:41 +0000
commitbee31a900491cc7e22fd5630a07b646fedcaad28 (patch)
treeb7758e9d73f33f92fae9017a9c783bcdfacdb6cc /lib/sisu/v0/html_format.rb
parentsisu-0.62.2 + md5s (diff)
various small adjustments for 0.62.3
* html <hr> follows text, before footnotes (refine later) * rsync remote images partial fix * minor bug fix, related to error message passing, in texpdf and url * sisu_manual version info * vim ftplugin, status line info on cursor position modified
Diffstat (limited to 'lib/sisu/v0/html_format.rb')
-rw-r--r--lib/sisu/v0/html_format.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/html_format.rb b/lib/sisu/v0/html_format.rb
index 27e6b817..22d434c1 100644
--- a/lib/sisu/v0/html_format.rb
+++ b/lib/sisu/v0/html_format.rb
@@ -959,7 +959,7 @@ WOK
end
def endnote_mark
%{<p class="center" id="endnotes">
-<a href="#top">^</a></p>}
+<a href="#top"><hr></a></p>} #revisit
end
end
class Format_text_object