changeset 45:e1b5864670cf

Fixed: Error with Arabic title not showing Signed-off-by: Alistair-Russell <russell.alistair@gmail.com>
author arussell
date Mon, 13 Jul 2015 14:23:17 +0000
parents ba4b40933569
children 1b24cc454f14
files src/main/webapp/imageServer/resources/js/diva4ismi.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/imageServer/resources/js/diva4ismi.js	Sun Jul 12 22:18:46 2015 +0000
+++ b/src/main/webapp/imageServer/resources/js/diva4ismi.js	Mon Jul 13 14:23:17 2015 +0000
@@ -298,7 +298,8 @@
 	}
 	*/
 	if(fullTitle){
-		titleContent = "<table><tr><td class='tdTitle' style='width: 300px;'>"+fullTitleTranslit+"</td></tr></table>";
+		titleContent = "<table><tr><td class='tdTitle' style='width: 300px;'>"+fullTitle+"</td></tr>" +
+			"<tr><td class='tdTitle'>"+fullTitleTranslit+"</td></tr></table>";
 	}else{
 		titleContent = "<table><tr><td class='tdTitle'>"+fullTitleTranslit+"</td></tr></table>"
 	}