Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
D
Dwoo
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Common
  • Dwoo
  • Repository

Switch branch/tag
  • dwoo
  • tests
  • resources
  • extend2.html
Find file
BlameHistoryPermalink
  • Seldaek's avatar
    + Syntax: Added the ";" token that allows to group multiple instructions in one · 6c44519e
    Seldaek authored Jul 01, 2008
      single template tag, for example: {if $foo; "> $foo";$bar;/} is equal to:
      {if $foo}> {$foo}{$bar}{/} - It is not that useful with {/} as delimiters but
      might come in handy to those using longer delimiters
    * Compiler now allows the use of the right delimiter inside strings (i.e. {"}"})
    
    git-svn-id: svn://dwoo.org/dwoo/trunk@118 0598d79b-80c4-4d41-97ba-ac86fbbd088b
    6c44519e
extend2.html 164 Bytes
EditWeb IDE
×

Replace extend2.html

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.