fix for the stupid Opera Bug with hiding selectboxes when using xml namespace

(will check with the Opera guys, what to do)
This commit is contained in:
ak703 2004-04-15 20:24:38 +00:00
parent eaecf4b608
commit 25f9cf1b31

View File

@ -1,6 +1,12 @@
<!-- BEGIN head --><?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "XHTML1-f.dtd" >
<!--
this can used only, when it's sure that Opera does not have problems with selectboxes
<html xmlns="http://www.w3.org/TR/1999/REC-html-in-xml" xml:lang="en" lang="en" >
-->
<html>
<head>
<title>{website_title}</title>
<meta http-equiv="content-type" content="text/html; charset={charset}" />