[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1766] branches/1.2/bin/am.pl
- Subject: SF.net SVN: ledger-smb: [1766] branches/1.2/bin/am.pl
- From: ..hidden..
- Date: Tue, 16 Oct 2007 12:21:42 -0700
Revision: 1766
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1766&view=rev
Author: tetragon
Date: 2007-10-16 12:21:42 -0700 (Tue, 16 Oct 2007)
Log Message:
-----------
Removing stray quote from button label (1814444)
Modified Paths:
--------------
branches/1.2/bin/am.pl
Modified: branches/1.2/bin/am.pl
===================================================================
--- branches/1.2/bin/am.pl 2007-10-15 23:26:20 UTC (rev 1765)
+++ branches/1.2/bin/am.pl 2007-10-16 19:21:42 UTC (rev 1766)
@@ -836,7 +836,7 @@
print qq|
<button class="submit" type="submit" name="action" value="add_department">|
. $locale->text('Add Department')
- . qq|"</button>|;
+ . qq|</button>|;
if ( $form->{lynx} ) {
require "bin/menu.pl";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.