Skip to content

Commit dcf6d0a

Browse files
authored
Update Security.latte
1 parent 6da2e4c commit dcf6d0a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Security.latte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010

1111
{contentType text/plain}
1212
{if !empty($security['contact'])}Contact: {$security['contact']}
13-
{if !empty($security['permission'])}Permission: {$security['permission']}
14-
{if !empty($security['encryption'])}Encryption: {$security['encryption']}
15-
{if !empty($security['signature'])}Signature: {$security['signature']}
16-
{if !empty($security['policy'])}Policy: {$security['policy']}
17-
{if !empty($security['hiring'])}Hiring: {$security['hiring']}
18-
{if !empty($security['acknowledgements'])}Acknowledgements: {$security['acknowledgements']}
13+
{/if}{if !empty($security['permission'])}Permission: {$security['permission']}
14+
{/if}{if !empty($security['encryption'])}Encryption: {$security['encryption']}
15+
{/if}{if !empty($security['signature'])}Signature: {$security['signature']}
16+
{/if}{if !empty($security['policy'])}Policy: {$security['policy']}
17+
{/if}{if !empty($security['hiring'])}Hiring: {$security['hiring']}
18+
{/if}{if !empty($security['acknowledgements'])}Acknowledgements: {$security['acknowledgements']}{/if}

0 commit comments

Comments
 (0)