diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-09 17:32:24 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-09 17:32:24 +0000 |
commit | 999850bf0c4b8f375fa0db19c326c86ec27e16ed (patch) | |
tree | 158a16d629b4738f0eafd6121f12f3a0116e3bdd /UI | |
parent | 9c185a9fa176f472cd9a708a9e1b14866cd71872 (diff) |
Fixing frameset title
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1548 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UI')
-rw-r--r-- | UI/frameset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/frameset.html b/UI/frameset.html index 57a10768..4049f5c0 100644 --- a/UI/frameset.html +++ b/UI/frameset.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title></title> + <title><?lsmb title ?><title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> |