From 4c2614841e0f1bedbd5b56a7ee2f704276fb32a4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 30 Jun 2011 11:13:53 -0700 Subject: [PATCH] fix footer text --- bootstrap-1.0.0.css | 3 ++- docs/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css index 5df12c2ec8..a49aa60714 100644 --- a/bootstrap-1.0.0.css +++ b/bootstrap-1.0.0.css @@ -1,4 +1,4 @@ -/* +/*! * Bootstrap v1.0.0 * * Copyright 2011 Twitter, Inc @@ -6,6 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. + * Date: {{ date }} */ /* * Reset.less diff --git a/docs/index.html b/docs/index.html index f5f3acf87f..b4c81bb0e2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1252,7 +1252,7 @@

Back to top

Designed and built with all the love in the world @twitter by @mdo and @fat.
- Open-sourced under the Apache License v2.0. + Licensed under the Apache License v2.0.

-- 2.47.2