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=refs%2Fpull%2F9987%2Fhead;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 %}