From 5fc0b8191f58e1ec94cd4320e20afcb3d298c424 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Fri, 3 Sep 2010 23:55:14 +0200 Subject: [PATCH] Add missing ending ">" that prevented image to appear in some recent non-freesoftware browsers --- html/Elements/ShowUserDetails | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/Elements/ShowUserDetails b/html/Elements/ShowUserDetails index de5cbfe..8d7a78c 100644 --- a/html/Elements/ShowUserDetails +++ b/html/Elements/ShowUserDetails @@ -1,8 +1,8 @@ % if ( $Toggle ) { - +<% loc('Details') %>
- +<% loc('Close') %>
    % foreach my $sort (sort { $a <=> $b } keys %attributes) { % my $attr_name = $attributes{$sort}{'AttributeName'}; @@ -12,7 +12,7 @@
% } else { - +<% loc('Details') %> % }
-- 2.11.0