Commit ff50bbd8 authored by Tres Seaver's avatar Tres Seaver

- Remove gratuitous XHTML fouls.

parent 7131e99f
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<dtml-unless management_page_charset> <dtml-unless management_page_charset>
<dtml-call "REQUEST.set('management_page_charset','iso-8859-1')"> <dtml-call "REQUEST.set('management_page_charset','iso-8859-1')">
</dtml-unless> </dtml-unless>
<meta http-equiv="content-type" content="text/html;charset=&dtml-management_page_charset;"> <meta http-equiv="content-type" content="text/html;charset=&dtml-management_page_charset;" />
<dtml-call "RESPONSE.setHeader('content-type','text/html;charset='+management_page_charset)"> <dtml-call "RESPONSE.setHeader('content-type','text/html;charset='+management_page_charset)">
<title><dtml-if title>&dtml-title;</dtml-if></title> <title><dtml-if title>&dtml-title;</dtml-if></title>
<dtml-let ag="REQUEST.get('HTTP_USER_AGENT', '')" <dtml-let ag="REQUEST.get('HTTP_USER_AGENT', '')"
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
--> -->
</style> </style>
<dtml-else> <dtml-else>
<link rel="stylesheet" type="text/css" href="&dtml-BASEPATH1;/manage_page_style.css"> <link rel="stylesheet" type="text/css" href="&dtml-BASEPATH1;/manage_page_style.css" />
</dtml-if> </dtml-if>
</dtml-if> </dtml-if>
</dtml-let> </dtml-let>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment