Commit aa3621a7 by Justin Riley

put request status repsonse text in a <p> tag

parent 6f235b4f
......@@ -97,7 +97,7 @@ procrel = (function(){
var statel = $('#proctor_stat_${element_id}');
var setstat = function(status){
statel.html('<font color="green">' + status + '</font>');
statel.html('<p><font color="green">' + status + '</font></p>');
}
var _do_pp = function(cmd, type, gfun){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment