Author: mrdon
Date: Fri Dec  8 00:40:36 2006
New Revision: 483885

URL: http://svn.apache.org/viewvc?view=rev&rev=483885
Log:
Fixed formatting of if tag test
WW-1538

Modified:
    
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.ftl

Modified: 
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.ftl
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.ftl?view=diff&rev=483885&r1=483884&r2=483885
==============================================================================
--- 
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.ftl 
(original)
+++ 
struts/struts2/trunk/apps/showcase/src/main/webapp/tags/non-ui/ifTag/testIf.ftl 
Fri Dec  8 00:40:36 2006
@@ -387,6 +387,7 @@
        Bar
 </@s.else>
 
+<br/>
 <b>27 - Foo - </b>
 <@s.if test="true">
        Foo
@@ -404,6 +405,7 @@
        Bar
 </@s.else>
 
+<br/>
 <b>28 - MooFooFoo</b>
 <@s.if test="false">
        Foo
@@ -421,7 +423,7 @@
        Bar
 </@s.else>
 
-
+<br/>
 <b>29 - MooMooMoo</b>
 <@s.if test="false">
        Foo
@@ -439,7 +441,7 @@
        Bar
 </@s.else>
 
-
+<br/>
 <b>30 - Moo - </b>
 <@s.if test="false">
        Foo
@@ -457,7 +459,7 @@
        Bar
 </@s.else>
 
-
+<br/>
 <b>31 - BarFooFoo - </b>
 <@s.if test="false">
        Foo
@@ -475,6 +477,7 @@
        </@s.elseif>
 </@s.else>
 
+<br/>
 <b>32 - BarMooMoo - </b>
 <@s.if test="false">
        Foo
@@ -492,6 +495,7 @@
        </@s.elseif>
 </@s.else>
 
+<br/>
 <b>33 - Bar - </b>
 <@s.if test="false">
        Foo


Reply via email to