From 3eb12bf89853de205ce653388e572a2760a8151f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 13 Nov 2015 13:07:40 -0800 Subject: rt 4.2.12 --- rt/share/static/js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/share/static/js/util.js') diff --git a/rt/share/static/js/util.js b/rt/share/static/js/util.js index b665c0e2a..f6f5c3b3a 100644 --- a/rt/share/static/js/util.js +++ b/rt/share/static/js/util.js @@ -277,7 +277,7 @@ function toggle_addprincipal_validity(input, good, title) { function update_addprincipal_title(title) { var h3 = jQuery("#acl-AddPrincipal h3"); - h3.html( h3.text().replace(/: .*$/,'') + ": " + title ); + h3.text( h3.text().replace(/: .*$/,'') + ": " + title ); } // when a value is selected from the autocompleter -- cgit v1.2.1