[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml -
manageZCTextIndex.dtml:1.12
Stuart Bishop
cvs-admin at zope.org
Tue Nov 11 23:32:30 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv20334
Modified Files:
manageZCTextIndex.dtml
Log Message:
Fix bad link
=== Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml 1.11 => 1.12 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml:1.11 Sun Feb 2 14:18:12 2003
+++ Zope/lib/python/Products/ZCTextIndex/dtml/manageZCTextIndex.dtml Tue Nov 11 23:32:29 2003
@@ -12,7 +12,7 @@
<p class="form-help">
ZCTextIndex Lexicon used:
<dtml-if getLexiconURL>
- <a href="&dtml.url_quote-getLexiconURL;/manage_main"
+ <a href="&dtml-getLexiconURL;/manage_main"
>&dtml-getLexiconURL;</a>
<dtml-else>
<em>(Lexicon Not Found)</em>
More information about the Zope-Checkins
mailing list