Title: [waffle-scm] [103] trunk/examples/freemarker-example/resources/people/person.htm: Removed unnecessary if-else directive.
Revision
103
Author
mauro
Date
2007-05-28 09:53:14 -0500 (Mon, 28 May 2007)

Log Message

Removed unnecessary if-else directive.

Modified Paths


Diff

Modified: trunk/examples/freemarker-example/resources/people/person.htm (102 => 103)

--- trunk/examples/freemarker-example/resources/people/person.htm	2007-05-28 12:51:43 UTC (rev 102)
+++ trunk/examples/freemarker-example/resources/people/person.htm	2007-05-28 14:53:14 UTC (rev 103)
@@ -35,11 +35,7 @@
                 <td>${person.firstName}</td>
                 <td>${person.lastName}</td>
                 <td>${person.email}</td>
-		        <#if controller.dateOfBirth?has_content>
-	                <td>${person.dateOfBirth?string("dd-MM-yyyy")}</td>
-	            <#else>
-	                <td></td>	            
-		        </#if> 
+                <td>${person.dateOfBirth?string("dd-MM-yyyy")}</td>
             </tr>
         </#list>
     </table>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to