commit | a8f4cb5132170a34edffd12c2321f8be7322b2ec | [log] [tgz] |
---|---|---|
author | gobrien <gobrien> | Tue Mar 04 21:57:53 2008 +0000 |
committer | gobrien <gobrien> | Tue Mar 04 21:57:53 2008 +0000 |
tree | d72b79b2250fe0e58ac9d493c4fbb42d24db3353 | |
parent | 87d1b183e187e32f1abf15d7cce5069ccfe1c826 [diff] [blame] |
NEW - bug 217439: Bidirectional support for translation server https://bugs.eclipse.org/bugs/show_bug.cgi?id=217439
diff --git a/html/callback/getCurrentStringTranslation.php b/html/callback/getCurrentStringTranslation.php index cb3d44f..ebf29f5 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($line['value']).""; + print "<div>".htmlspecialchars($line['value'])."</div>"; print "</td>"; print "<td width='20%'>"; print $line['first_name']." ".$line['last_name'];