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

Missing alt tag on rss feed image (3.0.6-RC1)

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.x
    • 3.0.6
    • Styles
    • None
    • PHP Environment:
      Database:

    Description

      I do realise that it's commented out by default, but for those that choose to uncomment it, it will cause an error when validating the page.
      Fix:

      Open: styles/prosilver/forumlist_body.html
      Find:

      <img src="{T_THEME_PATH}/images/feed.gif" title="{L_FEED} - {forumrow.FORUM_NAME}" />


      Replace With:

      <img src="{T_THEME_PATH}/images/feed.gif" title="{L_FEED} - {forumrow.FORUM_NAME}" alt="{L_FEED} - {forumrow.FORUM_NAME}" />

      Attachments

        Activity

          People

            Acyd Burn Meik Sievertsen [X] (Inactive)
            cherokee red cherokee red
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: