diff --git a/htdocs/templates2/ocstyle/res_logentry.tpl b/htdocs/templates2/ocstyle/res_logentry.tpl index 5446f6d0c..9d7dcd750 100644 --- a/htdocs/templates2/ocstyle/res_logentry.tpl +++ b/htdocs/templates2/ocstyle/res_logentry.tpl @@ -13,7 +13,7 @@ {capture name=cachename}{$cache.name|escape}{/capture} {t 1=$smarty.capture.cachename}Logentries for %1{/t}    - {if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if} {if $cache.type==6}{$cache.attended}{else}{$cache.found}{/if}x + {if $cache.type==6}{t}Attended{/t}{else}{t}Found{/t}{/if} {$cache.found}x {if $cache.type==6}{t}Will attend{/t}{else}{t}Not Found{/t}{/if} {if $cache.type==6}{$cache.willattend}{else}{$cache.notfound}{/if}x