diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-10-25 20:04:06 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-10-25 20:04:06 +0000 |
commit | 0c4106e60636e731c20975e483ded414aa9e01b4 (patch) | |
tree | 0a4b0ace0717ff95f799472b429d94bc81cdc893 /themes/default/template/comment_list.tpl | |
parent | b57ab43510656863f6e8303115a03a0479808f9b (diff) |
rel nofollow for user comment url + remove empty <ul>
git-svn-id: http://piwigo.org/svn/trunk@18748 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/comment_list.tpl')
-rw-r--r-- | themes/default/template/comment_list.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index daa1b835c..05ee28f75 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -54,9 +54,9 @@ </div> {/if} - <span class="commentAuthor">{if $comment.WEBSITE_URL}<a href="{$comment.WEBSITE_URL}" class="external" target="_blank">{$comment.AUTHOR}</a>{else}{$comment.AUTHOR}{/if}</span> - {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if} - - <span class="commentDate">{$comment.DATE}</span> + <span class="commentAuthor">{if $comment.WEBSITE_URL}<a href="{$comment.WEBSITE_URL}" class="external" target="_blank" rel="nofollow">{$comment.AUTHOR}</a>{else}{$comment.AUTHOR}{/if}</span> + {if $comment.EMAIL}- <a href="mailto:{$comment.EMAIL}">{$comment.EMAIL}</a>{/if} + - <span class="commentDate">{$comment.DATE}</span> {if isset($comment.IN_EDIT)} <a name="edit_comment"></a> <form method="post" action="{$comment.U_EDIT}" id="editComment"> |