aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-21 09:23:31 -0700
committerChris Rebert <[email protected]>2013-08-21 09:23:31 -0700
commitfee05d1f3e83e3d64a630879eea592e74e06820d (patch)
treee605f4bb9253b63580528280b3dba01158a50035 /_includes/header.html
parente143c3547241a1f92f54849ffbcb0745f3f8002c (diff)
parent004f2a2b2fa34dc8a15be811746a262b9c5f7b92 (diff)
downloadbootstrap-fee05d1f3e83e3d64a630879eea592e74e06820d.tar.xz
bootstrap-fee05d1f3e83e3d64a630879eea592e74e06820d.zip
Merge pull request #9987 from wangsai/fix-typo
change `else if` to `else`
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 827b1c2c9..433af17f8 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -6,7 +6,7 @@
<title>
{% if page.title == "Bootstrap" %}
{{ page.title }}
- {% else if %}
+ {% else %}
{{ page.title }} &middot; Bootstrap
{% endif %}
</title>