|
Revision 433, 0.6 kB
(checked in by schst, 2 years ago)
|
Fixed bug #152 (single breaks first)
|
| Line | |
|---|
| 1 |
<patTemplate:tmpl name="cond-with-single" type="condition" conditionvar="myvar"> |
|---|
| 2 |
<patTemplate:sub condition="__single">__single {MYVAR}<br/></patTemplate:sub> |
|---|
| 3 |
<patTemplate:sub condition="__first">__first {MYVAR}<br/></patTemplate:sub> |
|---|
| 4 |
<patTemplate:sub condition="__default">__default {MYVAR}<br/></patTemplate:sub> |
|---|
| 5 |
</patTemplate:tmpl> |
|---|
| 6 |
|
|---|
| 7 |
<patTemplate:tmpl name="cond-without-single" type="condition" conditionvar="myvar"> |
|---|
| 8 |
<patTemplate:sub condition="__first">__first {MYVAR}<br/></patTemplate:sub> |
|---|
| 9 |
<patTemplate:sub condition="__default">__default {MYVAR}<br/></patTemplate:sub> |
|---|
| 10 |
</patTemplate:tmpl> |
|---|