[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zuUsers.zpt & needs to be escaped (fixes problems with chameleon)

Wichert Akkerman wichert at wiggy.net
Mon May 10 10:29:25 EDT 2010


Log message for revision 112222:
  & needs to be escaped (fixes problems with chameleon)

Changed:
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zuUsers.zpt

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zuUsers.zpt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zuUsers.zpt	2010-05-10 14:25:46 UTC (rev 112221)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zuUsers.zpt	2010-05-10 14:29:25 UTC (rev 112222)
@@ -44,7 +44,7 @@
   </td>
   <td class="form-text">
    <a href="?passwd=1"
-      tal:attributes="href string:?user_id=${info/user_id}&passwd=1"
+      tal:attributes="href string:?user_id=${info/user_id}&amp;passwd=1"
    >Password</a>
   </td>
   <td class="form-text" tal:content="info/login_name">LOGIN_NAME</td>
@@ -172,8 +172,8 @@
                  login_name info/login_name;
                 "
 >
-<h3> Update User <a href="?user_id=XXX&passwd=1"
-                    tal:attributes="href string:?user_id=${user_id}&passwd=1"
+<h3> Update User <a href="?user_id=XXX&amp;passwd=1"
+                    tal:attributes="href string:?user_id=${user_id}&amp;passwd=1"
                  >(change password)</a></h3>
 
 <form action="manage_updateUser" method="POST">



More information about the checkins mailing list