paulsp 01/11/12 09:05:03
Modified: webapp/WEB-INF/templates/vm/controls/html jetspeed.vm
Log:
Fixed misplaced quote
Revision Changes Path
1.6 +1 -1
jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm
Index: jetspeed.vm
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/templates/vm/controls/html/jetspeed.vm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jetspeed.vm 2001/11/07 04:08:06 1.5
+++ jetspeed.vm 2001/11/12 17:05:03 1.6
@@ -6,7 +6,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" #if(
${skin.PortletStyleClass}) class="$!{skin.PortletStyleClass}" #end #if
(${portletStyle}) style="${portletStyle}" #end>
<tr #if (${skin.TitleStyleClass}) class="${skin.TitleStyleClass}" #end #if
(${skin.TabBackgroundColor}) style="background-color:${skin.TabBackgroundColor}" #end >
<td align="left" #if (${skin.TitleBackgroundColor})
style="background-color:${skin.TitleBackgroundColor}" #end nowrap="true"
valign="middle" width="100%">
- #if (${skin.TitleTextColor})<font
style="color:"${skin.TitleTextColor}")>$portlet.Title</font> #else $portlet.Title #end
+ #if (${skin.TitleTextColor})<font
style="color:${skin.TitleTextColor}")>$portlet.Title</font> #else $portlet.Title #end
</td>
<td align="right" #if (${skin.TitleBackgroundColor})
style="background-color:${skin.TitleBackgroundColor}" #end nowrap="true"
valign="middle">
#foreach ( $action in $actions )
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>