r21933 - htdocs/branches/beta - Fix previous commit.

Cristian Marchi cmarchi at code.gnucash.org
Fri Feb 3 12:09:15 EST 2012


Author: cmarchi
Date: 2012-02-03 12:09:15 -0500 (Fri, 03 Feb 2012)
New Revision: 21933
Trac: http://svn.gnucash.org/trac/changeset/21933

Modified:
   htdocs/branches/beta/develdocs.phtml
Log:
Fix previous commit.

Modified: htdocs/branches/beta/develdocs.phtml
===================================================================
--- htdocs/branches/beta/develdocs.phtml	2012-02-03 17:08:14 UTC (rev 21932)
+++ htdocs/branches/beta/develdocs.phtml	2012-02-03 17:09:15 UTC (rev 21933)
@@ -57,7 +57,7 @@
 
 <div class="featurecontainer">
 <div class="featureborder">
-<h2 class="featuretitle"><?php echo T_("Writers");?>/h2>
+<h2 class="featuretitle"><?php echo T_("Writers");?></h2>
 </div>
 <p class="justify"><?php echo T_("Get a copy of the documentation source as described above and start making changes. When you are satisfied with your changes you can create a patch by running the following command in the base directory of the documentation (usually gnucash-docs, unless you renamed it):");?></p>
 <pre class="command">svn diff > my-patch-name.patch</pre>
@@ -71,7 +71,7 @@
 
 <div class="featurecontainer">
 <div class="featureborder">
-<h2 class="featuretitle"><?php echo T_("Reviewers");?>/h2>
+<h2 class="featuretitle"><?php echo T_("Reviewers");?></h2>
 </div>   
 <p class="justify"><?php echo T_("Get a copy of the documentation source as described above and start commenting on it.");?></p>
 <p class="justify"><?php echo T_("The best way of retaining comments about docs in an easy to find way for everyone would be to use <a href='http://bugzilla.gnome.org/'>bugzilla.gnome.org</a> to file the bugs under documentation. This can also be done using bug-buddy.");?></p>



More information about the gnucash-changes mailing list