about summary refs log tree commit diff homepage
path: root/utils.jl
diff options
context:
space:
mode:
Diffstat (limited to 'utils.jl')
-rw-r--r--utils.jl5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils.jl b/utils.jl
index 3217272..41d057f 100644
--- a/utils.jl
+++ b/utils.jl
@@ -57,9 +57,10 @@ function hfun_fead()
   ads = readchomp(joinpath(path(:libs), "fead", "out.html"))
   """<h2>See Also</h2>
   <div class=fead>
-  $(ads)</div>
+  $(ads)
+  </div>
   <small class=right>Generated by
-    <a href=https://trong.loang.net/~cnx/fead>fead</a></small><br>
+    <a href=https://trong.loang.net/~cnx/fead>fead</a></small>
   """
 end