diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 22:25:58 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-12-02 22:25:58 -0500 |
commit | 47bdef8be4cc2c660a15e0f688a0084118960172 (patch) | |
tree | fd62d8a06293b6c4944b93c067974c51aa6dcb4a /bn_django/journal/templates | |
parent | 456335102259e050a85202b5b818eea2018b574d (diff) | |
download | bnewnet-47bdef8be4cc2c660a15e0f688a0084118960172.tar.gz bnewnet-47bdef8be4cc2c660a15e0f688a0084118960172.zip |
misc, front page, whitespace, photos
Diffstat (limited to 'bn_django/journal/templates')
-rw-r--r-- | bn_django/journal/templates/journal/linkartifact_list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bn_django/journal/templates/journal/linkartifact_list.html b/bn_django/journal/templates/journal/linkartifact_list.html index 6caaffa..7ab6d5e 100644 --- a/bn_django/journal/templates/journal/linkartifact_list.html +++ b/bn_django/journal/templates/journal/linkartifact_list.html @@ -24,11 +24,11 @@ end up at <a href="http://feeds.bnewbold.net">feeds.bnewbold.net</a>. {% for item in object_list %} <li style="margin-bottom: 8px;"/><a href="{{ item.id }}/" style="font-size:140%;">{{item.title}}</a> {% if item.html_caption %} - "{{item.html_caption|truncatewords_html:10}}"{%endif%} + "{{item.html_caption|safe|truncatewords_html:10}}"{%endif%} <br /><i style="padding-left: 15px; font-size:90%;"> added {{item.date|date:"D, M d, Y"}} - <a href="{{ item.id }}/">more info</a> - - <a href="{{ item.url }}">{{item.url}}</a></i> + {{ item.url|urlizetrunc:70 }}</i> {% endfor %} </ul> {% else %} |