support for other browsers

This commit is contained in:
Savetheinternet 2011-07-12 23:41:20 +10:00
parent bb4c98152d
commit 5cfe5000a2

View File

@ -43,7 +43,7 @@
// Sidebar // Sidebar
. '<iframe src="sidebar.html" id="sidebar"></iframe>' . '<iframe src="sidebar.html" id="sidebar"></iframe>'
// Main // Main
. '<iframe src="news.html" id="main"></iframe>' . '<iframe src="news.html" id="main" name="main"></iframe>'
// Finish page // Finish page
. '</body></html>'; . '</body></html>';
} }