mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-23 06:05:46 +00:00
Avoid error when bean properties have no url available
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
<#macro beanTemplate bean>
|
||||
<#if bean.field?? && (bean.field?length>0)>
|
||||
<th>
|
||||
<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>
|
||||
</th>
|
||||
</#if>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user