Author: itthkjer
Date: 2006-04-20 11:16:26 +0200 (Thu, 20 Apr 2006)
New Revision: 2775

Modified:
   branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm
Log:
fix

Modified: branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm
===================================================================
--- branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm  2006-04-20 
09:06:15 UTC (rev 2774)
+++ branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm  2006-04-20 
09:16:26 UTC (rev 2775)
@@ -18,8 +18,8 @@
                 <totalhits>$pager.numberOfResults</totalhits>
                 #foreach( $item in $result.results)
                     <mobileEntertainment>
-                        <aspiroTitle>#if 
($item.getField('title'))$velHelper.encodeEntities$item.getField('title'))#end</aspiroTitle>
-                        <artist>#if 
($item.getField('artist'))$velHelper.encodeEntities$item.getField('artist'))#end</artist>
+                        <aspiroTitle>#if 
($item.getField('title'))$velHelper.encodeEntities($item.getField('title'))#end</aspiroTitle>
+                        <artist>#if 
($item.getField('artist'))$velHelper.encodeEntities($item.getField('artist'))#end</artist>
                         <url>#if 
($item.getField('url'))$velHelper.encodeEntities($item.getField('url'))#end</url>
                         <category>#if 
($item.getField('category'))$velHelper.encodeEntities($item.getField('category'))#end</category>
                         <previewlink>#if 
($item.getField('previewlink'))$velHelper.encodeEntities($item.getField('previewlink'))#end</previewlink>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to