[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4091] branches/1.3/templates/demo/balance_sheet. html



Revision: 4091
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4091&view=rev
Author:   ehuelsmann
Date:     2011-11-26 10:26:58 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
Remove double escaping from balance sheet template.

Modified Paths:
--------------
    branches/1.3/templates/demo/balance_sheet.html

Modified: branches/1.3/templates/demo/balance_sheet.html
===================================================================
--- branches/1.3/templates/demo/balance_sheet.html	2011-11-26 07:41:32 UTC (rev 4090)
+++ branches/1.3/templates/demo/balance_sheet.html	2011-11-26 10:26:58 UTC (rev 4091)
@@ -152,7 +152,7 @@
 </tr>
 
 <tr valign="top">
-  <th align="left" colspan="2" style="text-transform: uppercase"><?lsmb escape(text('Total Liabilities & Equity')) ?></th>
+  <th align="left" colspan="2" style="text-transform: uppercase"><?lsmb text('Total Liabilities & Equity') ?></th>
   <td align="right"><?lsmb total_this_period ?><br /><hr noshade="noshade" size="2" /></td>
   <td align="right"><?lsmb total_last_period ?><br /><hr noshade="noshade" size="2" /></td>
 </tr>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.