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

EMBED Tag Not Closed Properly In subSilver2 attachment.html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Trivial Trivial
    • 3.0.10-RC1
    • 3.0.9
    • Styles
    • None

      EMBED tag not closed properly for QuickTime files in attachment.html

      FIND
      <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false">

      REPLACE WITH
      <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"></embed>

            bantu Andreas Fischer [X] (Inactive)
            Mighty Gorgon Luca Libralato [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: