154 |
toHighlight = $("p,span.results_summary,a.title"); |
154 |
toHighlight = $("p,span.results_summary,a.title"); |
155 |
var query_desc = "[% query_desc |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') %]"; |
155 |
var query_desc = "[% query_desc |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]"; |
157 |
// ensure that we don't have "" at the end of the array, which can |
157 |
// ensure that we don't have "" at the end of the array, which can |