1
0

Use proper doctype and html helper classes.

This commit is contained in:
Matthias Mees
2013-06-01 11:11:40 +02:00
parent 6a9bdd0c6a
commit 00d97e59b3
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<!doctype html>
<html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="{$lang}"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="{$lang}"> <!--<![endif]-->
<head>
<meta charset="{$CONST.LANG_CHARSET}">
<title>{$CONST.SERENDIPITY_ADMIN_SUITE}: {$CONST.SELECT_FILE}</title>