Skip to content

Commit

Permalink
QA-15402: fix bad character in search results .jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
jkevan committed Dec 12, 2024
1 parent 368080d commit 60a8edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<properties>
<jahia-module-type>templatesSet</jahia-module-type>
<jahia-depends>default, search, bookmarks, topstories, facets, calendar, rating, location, news, skins, dx-base-demo-core, bootstrap3-core, legacy-default-components</jahia-depends>
<jahia-module-signature>MC0CFAJSV9UqYkxH9CSNrJCa32ytVcOQAhUAk/spCsAtJffWVczvj6WAd7rEv40=</jahia-module-signature>
<jahia-module-signature>MCwCFG3RzfyyZpGhiAHQP0tl6QRrJQ8YAhR7qISWCYEib/Zbvd002hKUArOzRw==</jahia-module-signature>
<require-capability>osgi.extender;filter:="(osgi.extender=org.jahia.bundles.blueprint.extender.config)"</require-capability>
</properties>
<repositories>
Expand Down Expand Up @@ -104,6 +104,7 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Jahia-Source-Folders>/var/jahia/content/jahia-base-demo-templates</Jahia-Source-Folders>
<Import-Package>org.jahia.services.search,
${jahia.plugin.projectPackageImport},
*</Import-Package>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/jnt_searchResults/html/searchHit.jspf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<h3><a href="${hit.link}">${fn:escapeXml(functions:abbreviate(hit.title, 100,120,'...'))}</a></h3>
<ul class="list-inline up-ul">
<li>${hit.link}</li>
</ul>
<p>${hit.excerpt}</p>
<ul class="list-inline down-ul">
Expand Down

0 comments on commit 60a8edf

Please sign in to comment.