diff --git a/include/admin/tpl/comments.inc.tpl b/include/admin/tpl/comments.inc.tpl index 99107917..9d403df4 100644 --- a/include/admin/tpl/comments.inc.tpl +++ b/include/admin/tpl/comments.inc.tpl @@ -180,10 +180,10 @@ function highlightComment(id, checkvalue) { {* TODO: This should not emit an img *}
{$comment.action_ip}
{$CONST.URL}:
-
{if empty($comment.url)}N/A{else}{$comment.url|escape|truncate:30:"…"} {/if}
+
{if empty($comment.url)}N/A{else} {$comment.url|escape|truncate:30:"…"} {/if}
{$comment.action_url}
{$CONST.REFERER}:
-
{if empty($comment.referer)}N/A{else}{$comment.referer|escape|truncate:30:"…"}{/if}
+
{if empty($comment.referer)}N/A{else} {$comment.referer|escape|truncate:30:"…"}{/if}
{$comment.action_referer}
diff --git a/include/admin/tpl/images.inc.tpl b/include/admin/tpl/images.inc.tpl index 9b880de2..6b417933 100644 --- a/include/admin/tpl/images.inc.tpl +++ b/include/admin/tpl/images.inc.tpl @@ -203,9 +203,9 @@