[bugzilla-gnome-org-customizations/production] [DescribeUser] Add missing whitespace in title



commit 6c9630fe4fafe16a41cc7c2560daa1a5f23b8bb2
Author: Andre Klapper <a9016009 gmx de>
Date:   Wed Feb 11 23:24:32 2015 +0100

    [DescribeUser] Add missing whitespace in title
    
    Missing whitespace happened when not being logged in or when not
    having permissions to edit user accounts.
    
    Bug 744301

 .../en/default/pages/describeuser.html.tmpl        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/DescribeUser/template/en/default/pages/describeuser.html.tmpl 
b/extensions/DescribeUser/template/en/default/pages/describeuser.html.tmpl
index 96530ab..3775413 100644
--- a/extensions/DescribeUser/template/en/default/pages/describeuser.html.tmpl
+++ b/extensions/DescribeUser/template/en/default/pages/describeuser.html.tmpl
@@ -71,7 +71,7 @@
         <a href="editusers.cgi?action=edit&userid=[% userinfo.id
                 FILTER uri %]">
       [% END %]
-      [% showuser FILTER html %]
+      [%+ showuser FILTER html %]
       [% IF user.in_group('editusers') %]
         </a>
       [% END %]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]