Refactor page url generation.

Avoid appending './' to urls.
This commit is contained in:
bootstraponline
2012-07-27 14:45:40 -06:00
parent 8fcef5401b
commit 96842d9742
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<li>
<label>.</label> <input type="checkbox" checked />
<ol>
<li class="file"><a href="./folder0">folder0</a></li>
<li class="file"><a href="folder0">folder0</a></li>
</ol>
</li>
</ol>