Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-10298

EMBED Tag Not Closed Properly In subSilver2 attachment.html

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Trivial
    • Resolution: Fixed
    • 3.0.9
    • 3.0.10-RC1
    • Styles
    • None

    Description

      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>

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: