[Zope-CVS] CVS: Products/ExternalEditor - findResult.dtml:1.2
Casey Duncan
casey@zope.com
Thu, 12 Sep 2002 15:08:46 -0400
Update of /cvs-repository/Products/ExternalEditor
In directory cvs.zope.org:/tmp/cvs-serv26800
Modified Files:
findResult.dtml
Log Message:
Move ext edit link outside of title anchor tag
=== Products/ExternalEditor/findResult.dtml 1.1 => 1.2 ===
--- Products/ExternalEditor/findResult.dtml:1.1 Tue Aug 20 23:12:46 2002
+++ Products/ExternalEditor/findResult.dtml Thu Sep 12 15:08:46 2002
@@ -91,8 +91,8 @@
<dtml-if title>
(&dtml-title;)
</dtml-if>
- <dtml-var expr="externalEditLink_(this())">
</A>
+ <dtml-var expr="externalEditLink_(this())">
</div>
</TD>
</TR>