diff options
| author | Jacob Thornton <[email protected]> | 2012-01-04 10:03:28 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-04 10:03:28 -0800 |
| commit | fcfa231131f2bfba230786c7bb60c391ab1d8a62 (patch) | |
| tree | 58fdf7f13198dea1efd3a992271cba58dac49caf | |
| parent | 3237047ac30fe4905dc515258bac050cdf811426 (diff) | |
| parent | 175c3226b762c5707896d5568648f52e7f32e31d (diff) | |
| download | bootstrap-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.html | 2 | ||||
| -rw-r--r-- | examples/fluid.html | 4 | ||||
| -rw-r--r-- | examples/hero.html | 2 |
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>© Company 2011</p> + <p>© 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>© Company 2011</p> + <p>© 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>© Company 2011</p> + <p>© Company 2012</p> </footer> </div> <!-- /container --> |
