diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-07 16:51:54 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-07 16:51:54 +0100 |
| commit | b326a848e0e82194ad2fbc6c205634a69a50f583 (patch) | |
| tree | f92084c2a50e3ec9f68dbe466b0baae226a71e87 | |
| parent | 487b42fa1c2d871f06dfb95f41387774852dbb7f (diff) | |
| download | protector-b326a848e0e82194ad2fbc6c205634a69a50f583.tar.gz protector-b326a848e0e82194ad2fbc6c205634a69a50f583.tar.bz2 protector-b326a848e0e82194ad2fbc6c205634a69a50f583.zip | |
Remove duplicate ipackage attributes from biticon calls
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rwxr-xr-x | templates/protector_service_icon.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protector_service_icon.tpl b/templates/protector_service_icon.tpl index bd730ee..56ca7df 100755 --- a/templates/protector_service_icon.tpl +++ b/templates/protector_service_icon.tpl @@ -12,5 +12,5 @@ {assign var=securityLabel value="Password Required"} {/if} {if !empty($securityLabel)} - {biticon ipackage="icons" iname="lock" ipackage="icons" iexplain=$securityLabel iforce=icon_text} + {biticon ipackage="icons" iname="lock" iexplain=$securityLabel iforce=icon_text} {/if} |
