Author: itthkjer
Date: 2006-04-10 08:58:27 +0200 (Mon, 10 Apr 2006)
New Revision: 2747

Modified:
   branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm
Log:
enodes url

Modified: branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm
===================================================================
--- branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm  2006-04-07 
15:17:01 UTC (rev 2746)
+++ branches/MOBILE_SESAM/src/templates/mobileEntertainment.vm  2006-04-10 
06:58:27 UTC (rev 2747)
@@ -18,8 +18,8 @@
                 <totalhits>$pager.numberOfResults</totalhits>
                 #foreach( $item in $result.results)
                     <mobileEntertainment>
-                        <aspiroTitle>#if 
($item.getField('title'))$item.getField('title')#end</aspiroTitle>
-                        <artist>#if 
($item.getField('artist'))$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