aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-04 10:03:28 -0800
committerJacob Thornton <[email protected]>2012-01-04 10:03:28 -0800
commitfcfa231131f2bfba230786c7bb60c391ab1d8a62 (patch)
tree58fdf7f13198dea1efd3a992271cba58dac49caf
parent3237047ac30fe4905dc515258bac050cdf811426 (diff)
parent175c3226b762c5707896d5568648f52e7f32e31d (diff)
downloadbootstrap-fcfa231131f2bfba230786c7bb60c391ab1d8a62.tar.xz
bootstrap-fcfa231131f2bfba230786c7bb60c391ab1d8a62.zip
Merge pull request #886 from giveo/master
Changing copyright year in footer examples from 2011 to 2012
-rw-r--r--examples/container-app.html2
-rw-r--r--examples/fluid.html4
-rw-r--r--examples/hero.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/examples/container-app.html b/examples/container-app.html
index 3c371a8c4..318a0e7e1 100644
--- a/examples/container-app.html
+++ b/examples/container-app.html
@@ -110,7 +110,7 @@
</div>
<footer>
- <p>&copy; Company 2011</p>
+ <p>&copy; Company 2012</p>
</footer>
</div> <!-- /container -->
diff --git a/examples/fluid.html b/examples/fluid.html
index b8405cea1..fddc9e9fc 100644
--- a/examples/fluid.html
+++ b/examples/fluid.html
@@ -113,10 +113,10 @@
</div>
</div>
<footer>
- <p>&copy; Company 2011</p>
+ <p>&copy; Company 2012</p>
</footer>
</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/examples/hero.html b/examples/hero.html
index 49131d294..489df9ad2 100644
--- a/examples/hero.html
+++ b/examples/hero.html
@@ -70,7 +70,7 @@
</div>
<footer>
- <p>&copy; Company 2011</p>
+ <p>&copy; Company 2012</p>
</footer>
</div> <!-- /container -->