1
0

BP: Add doctype and <html> to preview_iframe.tpl so preview looks identical to published entry.

This commit is contained in:
Don Chambers
2009-05-05 14:48:11 +00:00
parent 851f2b2650
commit b465b9a494

View File

@ -1,3 +1,9 @@
{if $is_xhtml}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{else}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
{/if}
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
<head>
<title>{$CONST.SERENDIPITY_ADMIN_SUITE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
@ -34,3 +40,4 @@
</div>
</div>
</body>
</html>