[-] BO : FixBug #PSCFV-10600 - Unmatched Boundary with mod_security

This commit is contained in:
Jerome Nadaud
2013-10-24 18:36:36 +02:00
parent 759fe2f671
commit 6f57093f50
21 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ echo '
<body>
<form action="translate.php" method="post">
<select name="iso" onchange="document.location = \'translate.php?iso=\'+this.value;">
<option>-- Choose your language --</option>';
<option>- Choose your language -</option>';
foreach ($languages as $language)
if (file_exists('../langs/'.$language.'/install.php'))
echo '<option value="'.htmlspecialchars($language, ENT_COMPAT, 'utf-8').'" '.($iso == $language ? 'selected="selected"' : '').'>'.htmlspecialchars($language, ENT_NOQUOTES, 'utf-8').'</option>'."\n";