Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20615

page_head.tpl meta tags incorrect

    XMLWordPrintable

Details

    Description

      The template outputs the tag with the "name" attribute rather than the "http-equiv" character, this can cause certain characters to be displayed incorrectly.

      {foreach $site.http_equiv as $key => $item}
      <meta name="{$key|wash}" content="{$item|wash}" />

      Should be:

      {foreach $site.http_equiv as $key => $item}

      <meta http-equiv="{$key|wash}" content="{$item|wash}" />

      Attachments

        Activity

          People

            Unassigned Unassigned
            rob.clews rob.clews
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: