r21441 - htdocs/branches/beta - Use id instead of name as it is deprecated in XHTML.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 08:57:36 EDT 2011


Author: cmarchi
Date: 2011-10-18 08:57:36 -0400 (Tue, 18 Oct 2011)
New Revision: 21441
Trac: http://svn.gnucash.org/trac/changeset/21441

Modified:
   htdocs/branches/beta/download.phtml
   htdocs/branches/beta/features.phtml
Log:
Use id instead of name as it is deprecated in XHTML.

Modified: htdocs/branches/beta/download.phtml
===================================================================
--- htdocs/branches/beta/download.phtml	2011-10-18 12:51:48 UTC (rev 21440)
+++ htdocs/branches/beta/download.phtml	2011-10-18 12:57:36 UTC (rev 21441)
@@ -23,7 +23,7 @@
 <li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/macosx.png);"><?php printf (T_("GnuCash %s for"), $latest_stable)?> Mac OS X <a href="<?php echo $download_path.$latest_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$latest_stable_mac_ppc;?>">Power PC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $latest_stable;?>/Readme">Readme</a></li>
 </ul>
 
-<a name="distribution"></a><h3>Linux</h3>
+<a id="distribution"></a><h3>Linux</h3>
 <p class="justify"><?php echo T_("Most linux distributions come bundled with a version of <span class=\"gnucash\">GnuCash</span>, though it's not always the most recent version and it may not have been installed by default. Still it is recommended to use the <span class=\"gnucash\">GnuCash</span> version that comes with your distribution.");?></p>
 <p class="justify"><?php echo T_("Below are ways to install <span class=\"gnucash\">GnuCash</span> on some of the more popular distributions:");?></p>
 

Modified: htdocs/branches/beta/features.phtml
===================================================================
--- htdocs/branches/beta/features.phtml	2011-10-18 12:51:48 UTC (rev 21440)
+++ htdocs/branches/beta/features.phtml	2011-10-18 12:57:36 UTC (rev 21441)
@@ -21,7 +21,7 @@
 </ul>
 </div>
 
-<h1 class="featuresection"><a name="main-feat"></a><?php echo T_("Main features");?></h1>
+<h1 class="featuresection"><a id="main-feat"></a><?php echo T_("Main features");?></h1>
 
 <div class="featurecontainer">
 <div class="featureborder">
@@ -114,7 +114,7 @@
 </p>
 </div>
 
-<h1 class="featuresection"><a name="advan-feat"></a><?php echo T_("Advanced features");?></h1>
+<h1 class="featuresection"><a id="advan-feat"></a><?php echo T_("Advanced features");?></h1>
 
 <div class="featurecontainer">
 <div class="featureborder">
@@ -157,7 +157,7 @@
 <?php echo T_("Get Stock & Mutual Fund quotes from various web sites, update portfolio automatically. Additional pricing sources are added regularly.");?></p>
 </div>
 
-<h1 class="featuresection"><a name="data-feat"></a><?php echo T_("Data storage and exchange features");?></h1>
+<h1 class="featuresection"><a id="data-feat"></a><?php echo T_("Data storage and exchange features");?></h1>
 
 <div class="featurecontainer">
 <div class="featureborder">
@@ -190,7 +190,7 @@
 </p>
 </div>
 
-<h1 class="featuresection"><a name="oth-feat"></a><?php echo T_("Other goodies");?></h1>
+<h1 class="featuresection"><a id="oth-feat"></a><?php echo T_("Other goodies");?></h1>
 
 <div class="featurecontainer">
 <div class="featureborder">



More information about the gnucash-changes mailing list