Author: caziel
Date: 2010-02-23 19:39:30 +0100 (Tue, 23 Feb 2010)
New Revision: 28223
Modified:
plugins/rsLucenePlugin/trunk/modules/rsLucene/templates/_search.php
Log:
entities fix
Modified: plugins/rsLucenePlugin/trunk/modules/rsLucene/templates/_search.php
===================================================================
--- plugins/rsLucenePlugin/trunk/modules/rsLucene/templates/_search.php
2010-02-23 17:37:42 UTC (rev 28222)
+++ plugins/rsLucenePlugin/trunk/modules/rsLucene/templates/_search.php
2010-02-23 18:39:30 UTC (rev 28223)
@@ -10,7 +10,7 @@
</select>
<?php endif;?>
- <input type="text" name="query" value="<?php echo
$sf_request->getParameter('query')?>"/>
+ <input type="text" name="query" value="<?php echo
htmlentities($sf_request->getParameter('query'))?>"/>
<input type="submit" name="submit" value="Search"/>
</form>
</div>
\ No newline at end of file
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.