diff options
author | makc | 2017-10-09 21:02:53 +0200 |
---|---|---|
committer | makc | 2017-10-09 21:02:53 +0200 |
commit | 443daa747298de315840cdd6ee6992519707e61a (patch) | |
tree | c1df4ed98e7965eb15cf343741fefa7c482db1a5 | |
parent | c2a4c7c0ec6770963e53a85b943c3f5307f916f4 (diff) |
make /0 links work
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/thread.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/thread.html b/juick-www/src/main/webapp/WEB-INF/views/thread.html index 10fa9141..679550d5 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/thread.html +++ b/juick-www/src/main/webapp/WEB-INF/views/thread.html @@ -1,7 +1,7 @@ {% extends "layouts/content" %} {% import "views/macros/tags" %} {% block content %} -<ul> +<ul id="0"> <li id="msg-{{ msg.mid }}" class="msg msgthread"> <div class="msg-cont" itemscope="" itemtype="http://schema.org/BlogPosting" itemref="org"> <div class="msg-menu"><a href="#"><i data-icon="ei-link" data-size="s"></i></a></div> |