From: wangsai Date: Wed, 21 Aug 2013 11:36:33 +0000 (+0800) Subject: change `else if` to `else` X-Git-Tag: v3.0.1~144^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004f2a2b2fa34dc8a15be811746a262b9c5f7b92;p=thirdparty%2Fbootstrap.git change `else if` to `else` --- diff --git a/_includes/header.html b/_includes/header.html index 827b1c2c91..433af17f86 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -6,7 +6,7 @@ {% if page.title == "Bootstrap" %} {{ page.title }} - {% else if %} + {% else %} {{ page.title }} · Bootstrap {% endif %}