Changeset 154
- Timestamp:
- 04/15/2009 03:30:00 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/WordPress/plugin/transposh/core/parser.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WordPress/plugin/transposh/core/parser.php
r151 r154 949 949 //The browser will take decode step 2 and pass it to the js engine which decode step 1 - a bit tricky 950 950 $translation = htmlspecialchars(addslashes($translation)); 951 $original = htmlspecialchars(addslashes($original)); 951 //TODO: Need to check this one delicate point 952 // $original = htmlspecialchars(addslashes($original)); 952 953 953 954 if ($is_translated) … … 962 963 $img = "<img src=\"$plugin_url/img/translate$add_img.png\" alt=\"translate\" class=\"".IMG_PREFIX."\" id=\"" . IMG_PREFIX . "$segment_id\" ". 963 964 "onclick=\"translate_dialog('$original','$translation','$segment_id'); return false;\" ". 964 "onmouseover=\"hint('$original'); return true;\" ". 965 "title=\"$original\"". 966 //"onmouseover=\"hint('$original'); return true;\" ". 965 967 "onmouseout=\"nd()\" />"; 966 968
Note: See TracChangeset
for help on using the changeset viewer.
