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