From ae22a12b8adcc5788406b8637ab4db48085681fe Mon Sep 17 00:00:00 2001 From: TsT Date: Wed, 23 Oct 2013 23:21:36 +0200 Subject: uniform if syntax --- tpl/includes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/includes.html') diff --git a/tpl/includes.html b/tpl/includes.html index 2b61f1e1..cc573801 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} -- cgit v1.2.3