mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10458] Fix xHTML errors when print-viewing PMs
PHPBB3-10458
This commit is contained in:
parent
c9b36c5a2e
commit
30c08bfe5b
1 changed files with 2 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="imagetoolbar" content="no" />
|
|
||||||
<meta name="resource-type" content="document" />
|
|
||||||
<meta name="distribution" content="global" />
|
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
|
@ -16,7 +13,7 @@
|
||||||
|
|
||||||
<body id="phpbb">
|
<body id="phpbb">
|
||||||
<div id="wrap">
|
<div id="wrap">
|
||||||
<a id="top" name="top" accesskey="t"></a>
|
<a id="top" accesskey="t"></a>
|
||||||
|
|
||||||
<div id="page-header">
|
<div id="page-header">
|
||||||
<h1>{SITENAME}</h1>
|
<h1>{SITENAME}</h1>
|
||||||
|
|
Loading…
Add table
Reference in a new issue