diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-25 15:07:49 +0000 |
commit | 87c8bf2724f8e1cf49ecf866113635a9abc9f2bd (patch) | |
tree | 931f6a9a0b7096594a60f0ff6caac78f43af049b /templates/Swedish-ar_transaction.html | |
parent | 8395fa501827306002e3a01c7053f495bff844c2 (diff) |
fixing issues where items of the form <td width=100%> got converted to <td width=100 ?> when converting <% %> markup to <?lsmb ?>
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@147 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Swedish-ar_transaction.html')
-rwxr-xr-x | templates/Swedish-ar_transaction.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/Swedish-ar_transaction.html b/templates/Swedish-ar_transaction.html index 73f53586..03303040 100755 --- a/templates/Swedish-ar_transaction.html +++ b/templates/Swedish-ar_transaction.html @@ -1,12 +1,12 @@ <body bgcolor=ffffff>
-<table width=100 ?>
+<table width="100%">
<tr>
<td width=10> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr>
<td>
<h4>
@@ -105,9 +105,9 @@ <td> </td>
<td>
- <table width=100 ?>
+ <table width="100%">
<tr valign=top>
- <td width=50 ?>
+ <td width="50%">
<table>
<?lsmb foreach account ?>
<tr valign=top>
@@ -144,7 +144,7 @@ </table>
</td>
- <td width=50 ?>
+ <td width="50%">
<?lsmb notes ?>
</td>
</tr>
|