Skip to content

Commit ce8d6fc

Browse files
author
Miel Vander Sande
committed
Update freemarker
1 parent b163936 commit ce8d6fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.freemarker</groupId>
125125
<artifactId>freemarker</artifactId>
126-
<version>2.3.23</version>
126+
<version>2.3.25-incubating</version>
127127
</dependency>
128128
</dependencies>
129129
<build>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
3838
<p>
3939
<%= 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>

0 commit comments

Comments
 (0)