2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Merge pull request #9987 from wangsai/fix-typo

change `else if` to `else`
This commit is contained in:
Chris Rebert
2013-08-21 09:23:31 -07:00
+1 -1
View File
@@ -6,7 +6,7 @@
<title>
{% if page.title == "Bootstrap" %}
{{ page.title }}
{% else if %}
{% else %}
{{ page.title }} &middot; Bootstrap
{% endif %}
</title>