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.
1 parent b163936 commit ce8d6fcCopy full SHA for ce8d6fc
pom.xml
@@ -123,7 +123,7 @@
123
<dependency>
124
<groupId>org.freemarker</groupId>
125
<artifactId>freemarker</artifactId>
126
- <version>2.3.23</version>
+ <version>2.3.25-incubating</version>
127
</dependency>
128
</dependencies>
129
<build>
src/main/resources/views/fragment.ftl.html
@@ -38,7 +38,7 @@ <h3>Matches in ${datasource.getTitle()} for <em class="pattern">${ (query.getPat
38
<p>
39
<%= 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>
0 commit comments