From e6abf3f752a65d81f136cd8b5283bfb57afba738 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Wed, 18 Jan 2012 01:44:03 +0100 Subject: [PATCH] fix exscaping of / in javascript text --- webcit/static/t/paging/failed_hook.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/t/paging/failed_hook.html b/webcit/static/t/paging/failed_hook.html index 200c39a30..8f79d6af6 100644 --- a/webcit/static/t/paging/failed_hook.html +++ b/webcit/static/t/paging/failed_hook.html @@ -7,7 +7,7 @@ function PopUpExplicit() { function PopUpFailed() { - $('md-content').innerHTML = "


OK

"; + $('md-content').innerHTML = "
<\/div>

OK<\/a><\/h2><\/div>"; toggleModal(1); } -- 2.30.2