]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change `else if` to `else` 9987/head
authorwangsai <wangsai7885@gmail.com>
Wed, 21 Aug 2013 11:36:33 +0000 (19:36 +0800)
committerwangsai <wangsai7885@gmail.com>
Wed, 21 Aug 2013 11:36:33 +0000 (19:36 +0800)
_includes/header.html

index 827b1c2c919d9aad6a855feccb86605476e96351..433af17f863853a1b460154888c0c88d2af3f98f 100644 (file)
@@ -6,7 +6,7 @@
 <title>
   {% if page.title == "Bootstrap" %}
     {{ page.title }}
-  {% else if %}
+  {% else %}
     {{ page.title }} &middot; Bootstrap
   {% endif %}
 </title>