r21885 - htdocs/trunk - Fix a redundant tag and and discard the deprecated name attribute not valid for XHTML 1.1.

Cristian Marchi cmarchi at code.gnucash.org
Tue Jan 24 09:00:00 EST 2012


Author: cmarchi
Date: 2012-01-24 09:00:00 -0500 (Tue, 24 Jan 2012)
New Revision: 21885
Trac: http://svn.gnucash.org/trac/changeset/21885

Modified:
   htdocs/trunk/docs.phtml
Log:
Fix a redundant tag and and discard the deprecated name attribute not valid for XHTML 1.1.

Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml	2012-01-24 13:53:58 UTC (rev 21884)
+++ htdocs/trunk/docs.phtml	2012-01-24 14:00:00 UTC (rev 21885)
@@ -18,7 +18,7 @@
 
 <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>
 
-<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at irc.gnome.org channel <b>#gnucash</b> about your question. Another resource is the <a href=\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.</p>");?></p>
+<p class="justify"><?php echo T_("Additionally, you can talk to someone via IRC at irc.gnome.org channel <b>#gnucash</b> about your question. Another resource is the <a href=\"http://wiki.gnucash.org/wiki/\">English</a> or <a href=\"http://linuxwiki.de/GnuCash\">Deutsch</a> <span class=\"gnucash\">GnuCash</span> wikis.");?></p>
 
 <p class="justify"><?php echo T_("You can also send an email to the <a href=\"mailto:gnucash-user at lists.gnucash.org\">gnucash-user</a> mailing list if you cannot find a satisfactory answer to your question within either the <b>Help Manual</b> or the <b>Concepts Guide</b>. We <b>want</b> feedback from you, it is also through your comments that we know how to improve the documentation.");?></p>
 
@@ -233,7 +233,7 @@
 
 <div class="featurecontainer">
 <div class="featureborder">
-<h2 class="featuretitle"><a name="docsdevel"><?php echo T_("Documentation Development");?></a></h2>
+<h2 class="featuretitle"><a id="docsdevel"><?php echo T_("Documentation Development");?></a></h2>
 </div>
 
 <h3><?php echo T_("Introduction");?></h3>



More information about the gnucash-changes mailing list