File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ if (cfg.getPrefix().equals(Prefix.HIST_L)) {
89
89
<script type="text/javascript" src="<%=ctxPath%>/js/tablesorter.parsers-0.0.1.js"></script>
90
90
<script type="text/javascript" src="<%=ctxPath%>/js/searchable-option-list-2.0.2.min.js"></script>
91
91
<%--<script type="text/javascript" src="<%=ctxPath%>/js/jquery.autocomplete-1.1.pack.js"></script> --%>
92
- <script type="text/javascript" src="<%=ctxPath%>/js/utils-0.0.3 .js"></script>
92
+ <script type="text/javascript" src="<%=ctxPath%>/js/utils-0.0.4 .js"></script>
93
93
<title><%=cfg.getTitle()%></title><%
94
94
out.write(cfg.getHeaderData());
95
95
%>
Original file line number Diff line number Diff line change @@ -1524,7 +1524,7 @@ function domReadyMast() {
1524
1524
continue ;
1525
1525
$ ( "<dt>" ) . text ( definitions . shift ( ) . trim ( ) ) . appendTo ( $el ) ;
1526
1526
var $dd = $ ( "<dd>" ) ;
1527
- $ . each ( definitions . join ( "" ) . split ( "<br/>" ) , function ( i , el ) {
1527
+ $ . each ( definitions . join ( ": " ) . split ( "<br/>" ) , function ( i , el ) {
1528
1528
$dd . append ( el . trim ( ) ) ;
1529
1529
$dd . append ( $ ( "<br/>" ) ) ;
1530
1530
} ) ;
You can’t perform that action at this time.
0 commit comments