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 065e62f + ac33e2e commit a094793Copy full SHA for a094793
engine/src/main/resources/org/archive/crawler/restlet/Beans.ftl
@@ -125,7 +125,7 @@
125
<#macro beanTemplate bean>
126
<#if bean.field?? && (bean.field?length>0)>
127
<th>
128
- <b><#if bean.field?contains("#")>${bean.field}<#else><a href='${bean.url}'>${bean.field}</a></#if>:</b>
+ <b><#if bean.field?contains("#") || !bean.url??>${bean.field}<#else><a href='${bean.url}'>${bean.field}</a></#if>:</b>
129
</th>
130
</#if>
131
<td>
0 commit comments