change <em> to <strong> of highlighting search results
This commit is contained in:
parent
3652a80d43
commit
92b8aace8e
1 changed files with 2 additions and 2 deletions
|
@ -109,9 +109,9 @@ public class ViewHelper implements Serializable {
|
|||
|
||||
public String originalHighlightTagPost = "</em>";
|
||||
|
||||
public String highlightTagPre = "<em>";
|
||||
public String highlightTagPre = "<strong>";
|
||||
|
||||
public String highlightTagPost = "</em>";
|
||||
public String highlightTagPost = "</strong>";
|
||||
|
||||
protected boolean useSession = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue