diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/customize.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/customize.html b/docs/customize.html index 4fa47d7bb..7b465b859 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -369,7 +369,7 @@ <label>@btnPrimaryBackground</label> <input type="text" class="span3" placeholder="@linkColor"> <label>@btnPrimaryBackgroundHighlight</label> - <input type="text" class="span3" placeholder="darken(@white, 10%);"> + <input type="text" class="span3" placeholder="darken(@white, 10%)"> </div><!-- /span --> <div class="span3"> diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index d99709888..8d8a2f92a 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -298,7 +298,7 @@ <label>@btnPrimaryBackground</label> <input type="text" class="span3" placeholder="@linkColor"> <label>@btnPrimaryBackgroundHighlight</label> - <input type="text" class="span3" placeholder="darken(@white, 10%);"> + <input type="text" class="span3" placeholder="darken(@white, 10%)"> </div><!-- /span --> <div class="span3"> |
