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.
2 parents f596bcc + 959cc6a commit 074efc5Copy full SHA for 074efc5
src/main/resources/views/fragment.ftl.html
@@ -36,9 +36,9 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
36
<@pageLinks/>
37
<#else>
38
<p>
39
- <%= datasource.getTitle() %> contains
+ ${datasource.getTitle()} contains
40
<span property="void:triples hydra:totalItems" datatype="xsd:integer" content="0">
41
- no <#if (totalEstimate > 0)>more</#if>
+ no <#if (totalEstimate > 0) >more</#if>
42
</span>
43
triples that match this pattern.
44
</p>
@@ -80,4 +80,4 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
80
<li><a href="${ nextPage }" rel="next" property="hydra:nextPage">next</a></li>
81
</#if>
82
</ul>
83
-</#macro>
+</#macro>
0 commit comments