summaryrefslogtreecommitdiff
path: root/UI/frameset.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-14 22:33:31 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-07-14 22:33:31 +0000
commit7b8b9a48a028d7f6bb27ddee2bf2b3e0651a897e (patch)
treec8862a42fd279d21dfbc008817bb98b96298039b /UI/frameset.html
parent08d2702456c2b2dc495c738428d3bc47b305adc4 (diff)
Frameset is now valid XHTML
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1397 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI/frameset.html')
-rw-r--r--UI/frameset.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/frameset.html b/UI/frameset.html
index 67afad76..57a10768 100644
--- a/UI/frameset.html
+++ b/UI/frameset.html
@@ -16,7 +16,7 @@
- <frameset cols="155,*" border="1">
+ <frameset cols="155,*">
<frame name="acc_menu" src="menu.pl?login=<?lsmb login ?>&amp;action=expanding_menu&amp;path=bin/mozilla&amp;js=1" />
<frame name="main_window" src="<?lsmb main ?>" />
</frameset>