From: SoftCreatR Date: Mon, 20 May 2013 13:15:22 +0000 (+0200) Subject: Fixed inconsistent usage of elseif X-Git-Tag: 2.0.0_Beta_1~136^2~4^2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=753b33fc115daef6ef281c4bec86b6645c2668b0;p=GitHub%2FWoltLab%2FWCF.git 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. --- 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}