Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-10452

XHTML error when printing a PM

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.0.10-RC1
    • 3.0.9
    • Styles
    • 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.

            nickvergessen Joas Schilling
            _Vinny_ Marcus Vinicius
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: