Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Miel Vander Sande committed Dec 23, 2016
2 parents f596bcc + 959cc6a commit 074efc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/views/fragment.ftl.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
<@pageLinks/>
<#else>
<p>
<%= datasource.getTitle() %> contains
${datasource.getTitle()} contains
<span property="void:triples hydra:totalItems" datatype="xsd:integer" content="0">
no <#if (totalEstimate > 0)>more</#if>
no <#if (totalEstimate > 0) >more</#if>
</span>
triples that match this pattern.
</p>
Expand Down Expand Up @@ -80,4 +80,4 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
<li><a href="${ nextPage }" rel="next" property="hydra:nextPage">next</a></li>
</#if>
</ul>
</#macro>
</#macro>

0 comments on commit 074efc5

Please sign in to comment.