You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/07/22 01:37:41 UTC

svn commit: r424493 - /incubator/roller/branches/roller_3.0/web/themes/andreas08/_decorator.vm

Author: agilliland
Date: Fri Jul 21 16:37:40 2006
New Revision: 424493

URL: http://svn.apache.org/viewvc?rev=424493&view=rev
Log:
template needs to end with newline or you get a velocity parse error.


Modified:
    incubator/roller/branches/roller_3.0/web/themes/andreas08/_decorator.vm

Modified: incubator/roller/branches/roller_3.0/web/themes/andreas08/_decorator.vm
URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/themes/andreas08/_decorator.vm?rev=424493&r1=424492&r2=424493&view=diff
==============================================================================
--- incubator/roller/branches/roller_3.0/web/themes/andreas08/_decorator.vm (original)
+++ incubator/roller/branches/roller_3.0/web/themes/andreas08/_decorator.vm Fri Jul 21 16:37:40 2006
@@ -1,3 +1,3 @@
 ## No-op decorator. Prevents decorator from any previous theme from interfering with this theme
 ## This template will expand to exactly the body with no leading or trailing whitespace.
-${decorator_body}## comment here kills trailing whitespace including newline
\ No newline at end of file
+${decorator_body}## comment here kills trailing whitespace including newline