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

Parse error in tag_custom.tpl

    XMLWordPrintable

Details

    Description

      Hi. There's an error in tag_custom template, at line 176.

      it says

      {set $tag_is_inline = cond( is_set($custom_inline_tags[$custom_tag]), $custom_inline_tags[$custom_tag], 'false' ))}
      

      but it should be

      {set $tag_is_inline = cond( is_set($custom_inline_tags[$custom_tag]), $custom_inline_tags[$custom_tag], 'false' )}
      

      Last parenthesis should not be there.

      Steps to reproduce

      just take a look at line 176 of
      http://svn.projects.ez.no/ezoe/trunk/ezoe/design/standard/templates/ezoe/tag_custom.tpl

      Attachments

        Activity

          People

            andre1 andre1
            desorden desorden
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: