From 753b33fc115daef6ef281c4bec86b6645c2668b0 Mon Sep 17 00:00:00 2001 From: SoftCreatR Date: Mon, 20 May 2013 15:15:22 +0200 Subject: [PATCH] Fixed inconsistent usage of elseif In the past, elseif was used within templates. Now, you've mixed up the usage of else if and elseif. --- com.woltlab.wcf/template/headInclude.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/template/headInclude.tpl b/com.woltlab.wcf/template/headInclude.tpl index d783ca2cd0..335f8d9758 100644 --- a/com.woltlab.wcf/template/headInclude.tpl +++ b/com.woltlab.wcf/template/headInclude.tpl @@ -18,7 +18,7 @@ {if JQUERY_SOURCE == 'google'} -{else if JQUERY_SOURCE == 'microsoft'} +{elseif JQUERY_SOURCE == 'microsoft'} {else} -- 2.20.1