[kupu-checkins] r45441 - kupu/trunk/kupu/plone/kupu_plone_layer

duncan at codespeak.net duncan at codespeak.net
Tue Jul 31 09:12:34 CEST 2007


Author: duncan
Date: Tue Jul 31 09:12:33 2007
New Revision: 45441

Modified:
   kupu/trunk/kupu/plone/kupu_plone_layer/kupu_migration.xml.pt
Log:
Fix plone ticket #6833.
Error: explicit message id and tal:content can't be used together
so I've put a span with the i18n message id into the content.

Modified: kupu/trunk/kupu/plone/kupu_plone_layer/kupu_migration.xml.pt
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/kupu_migration.xml.pt	(original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/kupu_migration.xml.pt	Tue Jul 31 09:12:33 2007
@@ -154,8 +154,8 @@
                   <span tal:content="link/before" /><a
                      target="badlink"
                      tal:attributes="href link/url"
-                     tal:content="link/text|default"
-                     i18n:translate="no_text_in_link">[no text in link]</a><span
+                     tal:content="link/text|default">
+                     <span i18n:translate="no_text_in_link">[no text in link]</span></a><span
                      tal:content="link/after" />
                   </code>
                 </li>


More information about the kupu-checkins mailing list