We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d25037 commit 8e614f2Copy full SHA for 8e614f2
module/Blog/View/pc/blog/list.blade.php
@@ -8,7 +8,7 @@
8
9
{!! \ModStart\ModStart::js('asset/vendor/jqueryMark.js') !!}
10
{!! \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});") !!}
+{!! \ModStart\ModStart::script("$('.pb-keywords-highlight').mark(".json_encode(htmlspecialchars($keywords)).".join(' '),{separateWordSearch:true});") !!}
12
13
@include('module::Blog.View.pc.blog.inc.theme')
14
0 commit comments