[Phpmyadmin-git] [SCM] phpMyAdmin branch, MAINT_3_4_0, updated. RELEASE_3_4_0ALPHA1-1437-ge9c8531

Marc Delisle lem9 at users.sourceforge.net
Tue Nov 30 13:35:26 CET 2010


The branch, MAINT_3_4_0 has been updated
       via  e9c8531a234bb590feb7d871c0628982e91021f8 (commit)
      from  9256a63801569093b60b56d01bf219583f228d3b (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
-- 
phpMyAdmin




More information about the Git mailing list