seade 2005/05/31 19:38:24
Modified: xdocs Tag: TURBINE_2_3_BRANCH changes.xml
src/macros Tag: TURBINE_2_3_BRANCH TurbineMacros.vm
Log:
The velocity page formatting macros have been updated to generate xhtml
compatible html.
Revision Changes Path
No revision
No revision
1.60.2.29 +4 -0 jakarta-turbine-2/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/xdocs/changes.xml,v
retrieving revision 1.60.2.28
retrieving revision 1.60.2.29
diff -u -r1.60.2.28 -r1.60.2.29
--- changes.xml 18 May 2005 08:23:53 -0000 1.60.2.28
+++ changes.xml 1 Jun 2005 02:38:24 -0000 1.60.2.29
@@ -47,6 +47,10 @@
Intake FileItemFields could not be used when calling
IntakeGroup.setProperties(obj) because
the field did not look into the right table for retrieving the value
object.
</action>
+ <action type="update" dev="seade">
+ The velocity page formatting macros have been updated to generate xhtml
+ compatible html.
+ </action>
</release>
<release version="2.3.1" date="2004-10-29">
No revision
No revision
1.3.2.2 +4 -4 jakarta-turbine-2/src/macros/TurbineMacros.vm
Index: TurbineMacros.vm
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/src/macros/TurbineMacros.vm,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -r1.3.2.1 -r1.3.2.2
--- TurbineMacros.vm 26 Nov 2004 00:11:12 -0000 1.3.2.1
+++ TurbineMacros.vm 1 Jun 2005 02:38:24 -0000 1.3.2.2
@@ -28,12 +28,12 @@
#end
#if ($page.MetaTags.size() > 0)
#foreach($metaTag in $page.MetaTags.keySet())
- <meta name="$metaTag" content="$page.MetaTags.get($metaTag)">
+ <meta name="$metaTag" content="$page.MetaTags.get($metaTag)" />
#end
#end
#if ($page.HttpEquivs.size() > 0)
#foreach($httpEquiv in $page.HttpEquivs.keySet())
- <meta http-equiv="$httpEquiv"
content="$page.HttpEquivs.get($httpEquiv)">
+ <meta http-equiv="$httpEquiv"
content="$page.HttpEquivs.get($httpEquiv)" />
#end
#end
#if ($page.StyleSheets.size() > 0)
@@ -42,7 +42,7 @@
#if($!styleSheet.Type) type="$styleSheet.Type" #end
#if($!styleSheet.Media) media="$styleSheet.Media" #end
#if($!styleSheet.Title) title="$styleSheet.Title" #end
- >
+ />
#end
#end
#if ($page.Styles.size() > 0)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]