NEW - bug 221250: "<Address>" does not display in History of Translations
https://bugs.eclipse.org/bugs/show_bug.cgi?id=221250
diff --git a/html/callback/getCurrentStringTranslation.php b/html/callback/getCurrentStringTranslation.php
index 05acc6d..cb3d44f 100644
--- a/html/callback/getCurrentStringTranslation.php
+++ b/html/callback/getCurrentStringTranslation.php
@@ -163,7 +163,7 @@
 				while($line = mysql_fetch_array($res_history, MYSQL_ASSOC)){
 					print "<tr>";
 					print "<td width='40%'>";
-					print htmlspecialchars_decode($line['value'])."";
+					print htmlspecialchars($line['value'])."";
 					print "</td>";
 					print "<td width='20%'>";
 					print $line['first_name']." ".$line['last_name'];