diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewtopic_print.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_print.html | 18 | 
1 files changed, 8 insertions, 10 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_print.html b/phpBB/styles/subsilver2/template/viewtopic_print.html index 47b5bdb28e..a99d807cf2 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_print.html +++ b/phpBB/styles/subsilver2/template/viewtopic_print.html @@ -1,9 +1,7 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!DOCTYPE html>  <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">  <head> -<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> -<meta http-equiv="Content-Style-Type" content="text/css"> -<meta http-equiv="Content-Language" content="{S_USER_LANG}"> +<meta charset="utf-8">  <meta name="robots" content="noindex" />  <title>{SITENAME} :: {PAGE_TITLE}</title> @@ -68,7 +66,7 @@ hr.sep {  }  //-->  </style> - +<!-- EVENT viewtopic_print_head_append -->  </head>  <body> @@ -91,11 +89,11 @@ hr.sep {  	<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">  	<tr> -		<td width="10%" nowrap="nowrap">{L_AUTHOR}: </td> +		<td width="10%" nowrap="nowrap">{L_AUTHOR}{L_COLON} </td>  		<td><b>{postrow.POST_AUTHOR}</b> [ {postrow.POST_DATE} ]</td>  	</tr>  	<tr> -		<td width="10%" nowrap="nowrap">{L_POST_SUBJECT}: </td> +		<td width="10%" nowrap="nowrap">{L_POST_SUBJECT}{L_COLON} </td>  		<td><b>{postrow.POST_SUBJECT}</b></td>  	</tr>  	<tr> @@ -106,7 +104,7 @@ hr.sep {  			<table class="tablebg" width="100%" cellspacing="1">  			<tr> -				<td><b class="genmed">{L_ATTACHMENTS}: </b></td> +				<td><b class="genmed">{L_ATTACHMENTS}{L_COLON} </b></td>  			</tr>  			<!-- BEGIN attachment -->  				<tr> @@ -129,9 +127,9 @@ hr.sep {  	<td align="{S_CONTENT_FLOW_END}"><span class="gensmall">{S_TIMEZONE}</span></td>  </tr>  <tr> -	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Group<br />https://www.phpbb.com/</span></td> +	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</span></td>  </tr>  </table>  </body> -</html>
\ No newline at end of file +</html>  | 
