Skip to content

Commit 074efc5

Browse files
author
Miel Vander Sande
committed
Merge conflict
2 parents f596bcc + 959cc6a commit 074efc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/views/fragment.ftl.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
3636
<@pageLinks/>
3737
<#else>
3838
<p>
39-
<%= datasource.getTitle() %> contains
39+
${datasource.getTitle()} contains
4040
<span property="void:triples hydra:totalItems" datatype="xsd:integer" content="0">
41-
no <#if (totalEstimate > 0)>more</#if>
41+
no <#if (totalEstimate > 0) >more</#if>
4242
</span>
4343
triples that match this pattern.
4444
</p>
@@ -80,4 +80,4 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
8080
<li><a href="${ nextPage }" rel="next" property="hydra:nextPage">next</a></li>
8181
</#if>
8282
</ul>
83-
</#macro>
83+
</#macro>

0 commit comments

Comments
 (0)