diff --git a/_extensions/s2_search/style.css b/_extensions/s2_search/style.css
index 9c5b4d1c..cd5ba12d 100644
--- a/_extensions/s2_search/style.css
+++ b/_extensions/s2_search/style.css
@@ -53,7 +53,6 @@ p.search-result {
.s2_search_highlight {
background: #fff8d3;
- font-style: normal;
}
#content div.search-result-img-preview {
diff --git a/_include/Container.php b/_include/Container.php
index 1d5bda67..5e1e09fe 100644
--- a/_include/Container.php
+++ b/_include/Container.php
@@ -83,7 +83,7 @@ private static function instantiate(string $className): object
case Finder::class:
return (new Finder(self::get(PdoStorage::class), self::get(StemmerInterface::class)))
- ->setHighlightTemplate('%s')
+ ->setHighlightTemplate('%s')
->setSnippetLineSeparator(' ⋄ ')
;
diff --git a/composer.lock b/composer.lock
index dfccac52..aa8bc54e 100644
--- a/composer.lock
+++ b/composer.lock
@@ -416,12 +416,12 @@
"source": {
"type": "git",
"url": "https://github.com/parpalak/rose.git",
- "reference": "bf4718b39cca08bd2561c7f2963f90bfddc46a26"
+ "reference": "2f8059caf08dd1d8ea0a9df4dab1a3a3fbbf9381"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/parpalak/rose/zipball/bf4718b39cca08bd2561c7f2963f90bfddc46a26",
- "reference": "bf4718b39cca08bd2561c7f2963f90bfddc46a26",
+ "url": "https://api.github.com/repos/parpalak/rose/zipball/2f8059caf08dd1d8ea0a9df4dab1a3a3fbbf9381",
+ "reference": "2f8059caf08dd1d8ea0a9df4dab1a3a3fbbf9381",
"shasum": ""
},
"require": {
@@ -460,7 +460,7 @@
"issues": "https://github.com/parpalak/rose/issues",
"source": "https://github.com/parpalak/rose/tree/master"
},
- "time": "2023-09-19T22:42:06+00:00"
+ "time": "2023-09-20T15:47:16+00:00"
},
{
"name": "symfony/cache",