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

SF.net SVN: ledger-smb:[4099] branches/1.3/UI/taxform/add_taxform.html



Revision: 4099
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4099&view=rev
Author:   ehuelsmann
Date:     2011-11-26 19:58:45 +0000 (Sat, 26 Nov 2011)
Log Message:
-----------
Fix bug 3442842: reference to non-existing css file.

Modified Paths:
--------------
    branches/1.3/UI/taxform/add_taxform.html

Modified: branches/1.3/UI/taxform/add_taxform.html
===================================================================
--- branches/1.3/UI/taxform/add_taxform.html	2011-11-26 18:30:46 UTC (rev 4098)
+++ branches/1.3/UI/taxform/add_taxform.html	2011-11-26 19:58:45 UTC (rev 4099)
@@ -2,7 +2,7 @@
 	titlebar = text('Add TaxForm') # '
         stylesheet = stylesheet
 	include_stylesheet = [
-		"css/scriptsearch_resultss/create_batch.css"
+		"css/scripts/create_batch.css"
         ]
 ?>
 <?lsmb PROCESS 'elements.html'  # Include form elements helper. ?>

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