Italian update; escape quotes in strCustomColor

This commit is contained in:
Marc Delisle
2008-08-27 16:49:50 +00:00
parent 68581d4474
commit 13ccc773bd
3 changed files with 217 additions and 217 deletions

View File

@@ -155,7 +155,7 @@ if ($GLOBALS['cfg']['ThemeManager']) {
<script type="text/javascript">
//<![CDATA[
document.write('<li id="li_custom_color">');
document.write('<?php echo $strCustomColor . ': '; ?>');
document.write('<?php echo PMA_escapeJsString($strCustomColor) . ': '; ?>');
document.write('<img id="myRainbow" src="js/mooRainbow/images/rainbow.png" alt="[r]" width="16" height="16" />');
document.write('<form name="rainbowform" id="rainbowform" method="post" action="index.php" target="_parent">');
document.write('<?php echo PMA_generate_common_hidden_inputs(); ?>');