The branch, QA_3_4 has been updated via 2a2a08c5ae135c6125d1d76b137737cf6cb756e2 (commit) via e9c8531a234bb590feb7d871c0628982e91021f8 (commit) from da842b486309959c97a2bdd0f0737bf6d47360f8 (commit)
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: main.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/main.php b/main.php index e3f054d..48e98fc 100644 --- a/main.php +++ b/main.php @@ -132,7 +132,7 @@ if ($GLOBALS['cfg']['ThemeManager']) {
// see js/main_custom_color.js echo '<li id="li_custom_color" class="hide">'; - echo PMA_escapeJsString(__('Background color')) . ': '; + echo __('Background color') . ': '; echo '<input type="submit" name="custom_color_choose" value="' . __('Choose...') . '" />'; echo '<form name="colorform" id="colorform" method="post" action="index.php" target="_parent">'; echo PMA_generate_common_hidden_inputs();
hooks/post-receive