r21000 - htdocs/branches/beta - More fixes for validation errors.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 30 09:23:55 EDT 2011


Author: cmarchi
Date: 2011-07-30 09:23:55 -0400 (Sat, 30 Jul 2011)
New Revision: 21000
Trac: http://svn.gnucash.org/trac/changeset/21000

Modified:
   htdocs/branches/beta/externals/footer.phtml
   htdocs/branches/beta/features.phtml
Log:
More fixes for validation errors.

Modified: htdocs/branches/beta/externals/footer.phtml
===================================================================
--- htdocs/branches/beta/externals/footer.phtml	2011-07-30 13:21:44 UTC (rev 20999)
+++ htdocs/branches/beta/externals/footer.phtml	2011-07-30 13:23:55 UTC (rev 21000)
@@ -1,7 +1,7 @@
 <div id="tail">
 <p><b>Copyright © 2001-2011 The GnuCash Project</b></p>
 <p><?= T_("Server & email outage reports to:")?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
-<p><?= T_("Translation problems? Contact:");?> <a href=\"mailto:gnucash-devel at gnucash.org\"><b>gnucash-devel at gnucash.org</b></a></p>
+<p><?= T_("Translation problems? Contact:");?> <a href="mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a></p>
 </div>
 </body>
 </html>

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-07-30 13:21:44 UTC (rev 20999)
+++ htdocs/branches/beta/features.phtml	2011-07-30 13:23:55 UTC (rev 21000)
@@ -63,7 +63,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Scheduled Transactions");?></h2>
 </div>
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_SX.png" alt="[Scheduled transactions]"/>
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_SX.png" alt="[Scheduled transactions]">
 <p class="justify">
 <?php echo T_("You can create recurring transactions with a high level of customization of amounts and timeline. You can also set an automatic reminder when a transaction is due.");?>
 </p>
@@ -137,7 +137,7 @@
 <div class="featureborder">
 <h2 class="featuretitle"><?php echo T_("Multiple Currencies");?></h2>
 </div>
-<img class="featureimage" src="<?=$top_dir?>/images/features/feature_currency.png" alt="[Multiple currencies]"/>
+<img class="featureimage" src="<?=$top_dir?>/images/features/feature_currency.png" alt="[Multiple currencies]">
 <p class="justify">
 <?php echo T_("Different accounts can be denominated in different currencies. Currency movements between accounts are fully balanced when double-entry is enabled.");?>
 </p>



More information about the gnucash-changes mailing list