diff options
author | Colin Fleming <cj_fleming@sky.com> | 2013-02-04 20:41:40 +0000 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2013-02-04 20:41:40 +0000 |
commit | 89998a299cb72f88b33c9a2e3e48a45722745e63 (patch) | |
tree | 881f16083cd36b495cb2824c54e0b569918f3c55 /config/filemgr/index.tmp | |
parent | c6679eb18850fd99d575ec8c8cfc93f57feed1b0 (diff) | |
download | pfsense-packages-89998a299cb72f88b33c9a2e3e48a45722745e63.tar.gz pfsense-packages-89998a299cb72f88b33c9a2e3e48a45722745e63.tar.bz2 pfsense-packages-89998a299cb72f88b33c9a2e3e48a45722745e63.zip |
Update HTML code in File Manager
Tidy up the HTML code in File Manager, update the DOCTYPE to the correct
definition, update the SCRIPT tags and misc. small updates.
Diffstat (limited to 'config/filemgr/index.tmp')
-rw-r--r-- | config/filemgr/index.tmp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/filemgr/index.tmp b/config/filemgr/index.tmp index 7c768af6..47092a0c 100644 --- a/config/filemgr/index.tmp +++ b/config/filemgr/index.tmp @@ -1,11 +1,11 @@ <html> -<HEAD> -<SCRIPT language="JavaScript"> -<!-- +<head> +<SCRIPT type="text/javascript"> +//<![CDATA[ window.parent.location="../../index.php"; -//--> +//]]> </SCRIPT> -</HEAD> +</head> </html>
\ No newline at end of file |