Fixed outdated html
authorMarcel Werk <burntime@woltlab.com>
Thu, 19 Oct 2017 13:36:33 +0000 (15:36 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 23 Oct 2017 09:38:25 +0000 (11:38 +0200)
com.woltlab.wcf/templates/boxSidebarCommentList.tpl

index d444734a73711a501b9720ceb6139d24b4675291..48eafa1bb3d03413dbebed4f6db51ac7d1f4724d 100644 (file)
@@ -6,7 +6,7 @@
                        </div>
                        
                        <p><small>{@$boxComment->getExcerpt(50)}</small></p>
-                       <p><small><a href="{link controller='User' object=$boxComment->getUserProfile()}{/link}" class="userLink" data-user-id="{@$boxComment->userID}">{$boxComment->username}</a> - {@$boxComment->time|time}</small></p>
+                       <p><small><a href="{link controller='User' object=$boxComment->getUserProfile()}{/link}" class="userLink" data-user-id="{@$boxComment->userID}">{$boxComment->username}</a> <span class="separatorLeft">{@$boxComment->time|time}</span></small></p>
                </li>
        {/foreach}
 </ul>