hg site extension
 
(jandankert)
2016-06-23: fix link to js assets tip

fix link to js assets

diff --git a/staticsite.py b/staticsite.py
--- a/staticsite.py
+++ b/staticsite.py
@@ -1332,7 +1332,7 @@ def writesourcetreeforchlist(ui, repo, t
                 os.makedirs(os.path.dirname(filepath))
             except OSError: pass # exists
             with open(filepath, "w") as f:
-                f.write(templates["srchead"].replace("{filetitle}", name+": " + filename).replace("href=\"../../", "href=\"../../" + "../"*numberofslashes))
+                f.write(templates["srchead"].replace("{filetitle}", name+": " + filename).replace("=\"../../", "=\"../../" + "../"*numberofslashes))
                 f.write(parsesrcdata(filectx.data()))
                 f.write(templates["foot"].replace("{reponame}", name))
     # then write manifests for all commits