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
. '<iframe src="sidebar.html" id="sidebar"></iframe>'
// Main
. '<iframe src="news.html" id="main"></iframe>'
. '<iframe src="news.html" id="main" name="main"></iframe>'
// Finish page
. '</body></html>';
}
@ -131,4 +131,4 @@
}
};
?>
?>