r15074 - htdocs/trunk - Close the HTML tags.

Derek Atkins warlord at cvs.gnucash.org
Wed Nov 1 17:39:06 EST 2006


Author: warlord
Date: 2006-11-01 17:39:05 -0500 (Wed, 01 Nov 2006)
New Revision: 15074
Trac: http://svn.gnucash.org/trac/changeset/15074

Modified:
   htdocs/trunk/docs.phtml
Log:
Close the HTML tags.


Modified: htdocs/trunk/docs.phtml
===================================================================
--- htdocs/trunk/docs.phtml	2006-11-01 22:37:14 UTC (rev 15073)
+++ htdocs/trunk/docs.phtml	2006-11-01 22:39:05 UTC (rev 15074)
@@ -14,7 +14,8 @@
 
 <p><?php echo _("Everything you need concerning GnuCash documentation should be here, if you notice something missing, email <a href='mailto:gnucash-devel at lists.gnucash.org'>gnucash-devel</a> and we will add it.");?></p>
 
-<h2><?= _("Nightly Documentation Builds (current unstable user documentation and developer documentation");?></h2>
+<h2><?= _("Nightly Documentation Builds");?></h2>
+<h3><?= _("current unstable user documentation and developer documentation");?></h3>
 
 <p><?php echo _("Every night a server builds the documentation from the current contents of the GnuCash subversion repository.  This includes the Developer Documentation from Doxygen and User Documentation for the current unstable version of GnuCash.");?>
 
@@ -22,7 +23,7 @@
   <li><?php echo _("Nightly Documentation Builds");?>:
     <ul><a href="http://svn.gnucash.org/docs/guide/"><?= _("Concepts Guide") ?></a></ul>
     <ul><a href="http://svn.gnucash.org/docs/help/help.html"><?= _("Help Manual") ?></a></ul>
-    <ul><a href="http://svn.gnucash.org/docs/HEAD/"><?= _("Doxygen Developer Documentation") ?></ul>
+    <ul><a href="http://svn.gnucash.org/docs/HEAD/"><?= _("Doxygen Developer Documentation") ?></a></ul>
   </li>
 </ul>
 



More information about the gnucash-changes mailing list