George S. Baugh 4 anni fa
parent
commit
a776167e6c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      www/templates/posts.tx

+ 1 - 1
www/templates/posts.tx

@@ -86,7 +86,7 @@
                     </form>
                     : }
                     <span id="<: $post.id :>-<: $post.version :>-time" class="responsive-hide" style="float:right;"><: $post.created :></span>
-                    <a class='postericon <: $post.user :>' title='Posted by <: $post.user :>'>&nbsp;</a>
+                    <a href="/users/<: $post.user :>" class='postericon <: $post.user :>' title='Posted by <: $post.user :>'>&nbsp;</a>
                 : }
             </h3>
             : }