View | Details | Raw Unified | Return to bug 27942
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/staff-global.js (-1 / +4 lines)
Lines 15-20 function formatstr(str, col) { Link Here
15
    });
15
    });
16
}
16
}
17
17
18
function escape_str(s){
19
    return s != null ? s.escapeHtml() : "";
20
}
21
18
var HtmlCharsToEscape = {
22
var HtmlCharsToEscape = {
19
    '&': '&',
23
    '&': '&',
20
    '<': '&lt;',
24
    '<': '&lt;',
21
- 

Return to bug 27942