File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/web
opengrok-web/src/main/webapp/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public String toHtml() {
105
105
SCRIPTS .put ("jquery-tablesorter" , new FileScript ("js/jquery-tablesorter-2.26.6.min.js" , 12 ));
106
106
SCRIPTS .put ("tablesorter-parsers" , new FileScript ("js/tablesorter-parsers-0.0.1.js" , 13 ));
107
107
SCRIPTS .put ("searchable-option-list" , new FileScript ("js/searchable-option-list-2.0.6.js" , 14 ));
108
- SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.28 .js" , 15 ));
108
+ SCRIPTS .put ("utils" , new FileScript ("js/utils-0.0.29 .js" , 15 ));
109
109
SCRIPTS .put ("repos" , new FileScript ("js/repos-0.0.1.js" , 20 ));
110
110
SCRIPTS .put ("diff" , new FileScript ("js/diff-0.0.3.js" , 20 ));
111
111
SCRIPTS .put ("jquery-caret" , new FileScript ("js/jquery.caret-1.5.2.min.js" , 25 ));
Original file line number Diff line number Diff line change @@ -1703,7 +1703,7 @@ function domReadyMast() {
1703
1703
$ ( "<dt>" ) . text ( definitions . shift ( ) . trim ( ) ) . appendTo ( $el ) ;
1704
1704
var $dd = $ ( "<dd>" ) ;
1705
1705
$ . each ( definitions . join ( ":" ) . split ( "<br/>" ) , function ( i , el ) {
1706
- $dd . append ( el . trim ( ) ) ;
1706
+ $dd . append ( escapeHtml ( el . trim ( ) ) ) ;
1707
1707
$dd . append ( $ ( "<br/>" ) ) ;
1708
1708
} ) ;
1709
1709
$dd . appendTo ( $el ) ;
You can’t perform that action at this time.
0 commit comments