Skip to content

Commit 8e614f2

Browse files
committed
release 10.4.0
1 parent 1d25037 commit 8e614f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Blog/View/pc/blog/list.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{!! \ModStart\ModStart::js('asset/vendor/jqueryMark.js') !!}
1010
{!! \ModStart\ModStart::style('[data-markjs]{color:red !important;background:transparent;}') !!}
11-
{!! \ModStart\ModStart::script("$('.pb-keywords-highlight').mark(".json_encode(htmlspecialchars($markKeywords)).".join(' '),{separateWordSearch:true});") !!}
11+
{!! \ModStart\ModStart::script("$('.pb-keywords-highlight').mark(".json_encode(htmlspecialchars($keywords)).".join(' '),{separateWordSearch:true});") !!}
1212

1313
@include('module::Blog.View.pc.blog.inc.theme')
1414

0 commit comments

Comments
 (0)