-
Bug
-
Resolution: Fixed
-
Trivial
-
3.0.9
-
None
When printing a PM, there are the following errors:
subsilver2/template/ucp_pm_viewmessage_print.html
<td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>
|
</a> It is useless.
----------------
prosilver/template/ucp_pm_viewmessage_print.html
<td colspan="2" align="center"><span class="forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>
|
The same error.
The attributes align, width and nowrap(contained in the file) are not supported by Strict, only by Transitional. I think it should be changed to CSS or switch to Transitional.
- caused
-
PHPBB-10789 PM print template (prosilver) with unnecessary variables
- Closed
- is related to
-
PHPBB-10458 Invalid html when print-viewing a PM
- Closed