r15319 - htdocs/trunk/search/templates - Strip incorrect backslashes in the link to Namazu

Andreas Köhler andi5 at cvs.gnucash.org
Sat Jan 6 21:04:31 EST 2007


Author: andi5
Date: 2007-01-06 21:04:29 -0500 (Sat, 06 Jan 2007)
New Revision: 15319
Trac: http://svn.gnucash.org/trac/changeset/15319

Modified:
   htdocs/trunk/search/templates/NMZ.foot.php_tmpl
Log:
Strip incorrect backslashes in the link to Namazu


Modified: htdocs/trunk/search/templates/NMZ.foot.php_tmpl
===================================================================
--- htdocs/trunk/search/templates/NMZ.foot.php_tmpl	2007-01-06 17:42:17 UTC (rev 15318)
+++ htdocs/trunk/search/templates/NMZ.foot.php_tmpl	2007-01-07 02:04:29 UTC (rev 15319)
@@ -7,7 +7,7 @@
 <hr />
 <p>
 <?=_("This search system is powered by:")?> 
-<strong><a href=\"http://www.namazu.org/\">Namazu</a> v{version}</strong>
+<strong><a href="http://www.namazu.org/">Namazu</a> v{version}</strong>
 </p>
 <p><b>Copyright &copy; 2001-2006 The GnuCash Project</b></p>
 <p><?=("Server &amp; email outage reports to: ")?>



More information about the gnucash-changes mailing list