Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-3856

Converter error when there's a velocity else

    XMLWordPrintable

Details

    • Unit
    • Unknown

    Description

      1.0 Input:

      #if($var)
      #else
        #set($var = $something)
      #end
      

      2.0 output:

      {{velocity}}
      {{html wiki="true"}}
      #if($var)
      1. #set($var = $something)
      
      #end
      {{/html}}
      {{/velocity}}
      

      Attachments

        Activity

          People

            tmortagne Thomas Mortagne
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: