Revision: 2562
          https://sourceforge.net/p/mrbs/code/2562/
Author:   cimorrison
Date:     2012-11-07 07:01:42 +0000 (Wed, 07 Nov 2012)
Log Message:
-----------
Added some HTML escaping

Modified Paths:
--------------
    mrbs/trunk/web/help.php

Modified: mrbs/trunk/web/help.php
===================================================================
--- mrbs/trunk/web/help.php     2012-11-06 19:06:15 UTC (rev 2561)
+++ mrbs/trunk/web/help.php     2012-11-07 07:01:42 UTC (rev 2562)
@@ -23,7 +23,7 @@
 
 echo "<p>\n" . get_vocab("browserlang") .":\n";
 
-echo implode(", ", array_keys(get_language_qualifiers()));
+echo htmlspecialchars(implode(", ", array_keys(get_language_qualifiers())));
 
 echo "\n</p>\n";
 
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to