Italian update; escape quotes in strCustomColor
This commit is contained in:
2
main.php
2
main.php
@@ -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(); ?>');
|
||||
|
Reference in New Issue
Block a user