From ae22a12b8adcc5788406b8637ab4db48085681fe Mon Sep 17 00:00:00 2001 From: TsT Date: Wed, 23 Oct 2013 23:21:36 +0200 Subject: [PATCH] uniform if syntax --- tpl/editlink.html | 12 ++++++------ tpl/includes.html | 2 +- tpl/linklist.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tpl/editlink.html b/tpl/editlink.html index 4a2c30c..48945a3 100644 --- a/tpl/editlink.html +++ b/tpl/editlink.html @@ -4,8 +4,8 @@ {if="empty($GLOBALS['disablejquery'])"}{/if} @@ -41,4 +41,4 @@ $(document).ready(function() {/if} - \ No newline at end of file + diff --git a/tpl/includes.html b/tpl/includes.html index 2b61f1e..cc57380 100644 --- a/tpl/includes.html +++ b/tpl/includes.html @@ -6,4 +6,4 @@ -{if condition="is_file('inc/user.css')"}{/if} +{if="is_file('inc/user.css')"}{/if} diff --git a/tpl/linklist.html b/tpl/linklist.html index ddc38cb..5a74273 100644 --- a/tpl/linklist.html +++ b/tpl/linklist.html @@ -42,7 +42,7 @@ {/if} {$value.title|htmlspecialchars}
- {if="$value.description"}
{$value.description}
{/if} + {if="$value.description"}
{$value.description}
{/if} {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} {$value.localdate|htmlspecialchars} - permalink - {else}