summaryrefslogtreecommitdiff
path: root/rt/share/html/Elements/ShowCustomFieldImage
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Elements/ShowCustomFieldImage')
-rw-r--r--rt/share/html/Elements/ShowCustomFieldImage2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Elements/ShowCustomFieldImage b/rt/share/html/Elements/ShowCustomFieldImage
index 6df80cc0e..f5a1886e9 100644
--- a/rt/share/html/Elements/ShowCustomFieldImage
+++ b/rt/share/html/Elements/ShowCustomFieldImage
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
% my $url = RT->Config->Get('WebPath') . "/Download/CustomFieldValue/".$Object->Id.'/'.$m->interp->apply_escapes($Object->Content, 'u');
-<a href="<% $url %>"><% $Object->Content %></a>
+<a href="<% $url %>"><% $Object->Content %></a><br>
<img type="<% $Object->ContentType %>" height="64" src="<% $url %>" align="middle" />
<%ARGS>
$Object