From: Emmanuel Lacour Date: Fri, 3 Sep 2010 21:55:14 +0000 (+0200) Subject: Add missing ending ">" that prevented image to appear in some recent non-freesoftware... X-Git-Tag: 0.02~3 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-UserDetails.git;a=commitdiff_plain;h=5fc0b8191f58e1ec94cd4320e20afcb3d298c424 Add missing ending ">" that prevented image to appear in some recent non-freesoftware browsers --- 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') %> % }