[Mageia-sysadm] [201] Patch from : Maarten Vanraes

root at mageia.org root at mageia.org
Tue Dec 21 22:47:49 CET 2010


Revision: 201
Author:   dmorgan
Date:     2010-12-21 22:47:49 +0100 (Tue, 21 Dec 2010)
Log Message:
-----------
Patch from : Maarten Vanraes
attributes need to be doublequoted

Modified Paths:
--------------
    identity/CatDap/trunk/root/user/index.tt

Modified: identity/CatDap/trunk/root/user/index.tt
===================================================================
--- identity/CatDap/trunk/root/user/index.tt	2010-12-21 10:57:20 UTC (rev 200)
+++ identity/CatDap/trunk/root/user/index.tt	2010-12-21 21:47:49 UTC (rev 201)
@@ -7,7 +7,7 @@
             <td>[% attr.name %]</td>
             <td>
                 [% FOREACH val IN attr.values %]
-                    [% IF attr.editable %]<input type=hidden name="[% attr.name %]_old" value="[% val %]" />
+                    [% IF attr.editable %]<input type="hidden" name="[% attr.name %]_old" value="[% val %]" />
                         <input name="[% attr.name %]_new" value="[% val %]" />
                     [% ELSE %]
                         [% val %]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101221/d20461d3/attachment-0001.html>


More information about the Mageia-sysadm mailing list