Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
fcfa2311
Commit
fcfa2311
authored
Jan 04, 2012
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #886 from giveo/master
Changing copyright year in footer examples from 2011 to 2012
parents
3237047a
175c3226
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
examples/container-app.html
examples/container-app.html
+1
-1
examples/fluid.html
examples/fluid.html
+2
-2
examples/hero.html
examples/hero.html
+1
-1
No files found.
examples/container-app.html
View file @
fcfa2311
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
</div>
</div>
<footer>
<footer>
<p>
©
Company 201
1
</p>
<p>
©
Company 201
2
</p>
</footer>
</footer>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
examples/fluid.html
View file @
fcfa2311
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
</div>
</div>
</div>
</div>
<footer>
<footer>
<p>
©
Company 201
1
</p>
<p>
©
Company 201
2
</p>
</footer>
</footer>
</div>
</div>
</div>
</div>
...
...
examples/hero.html
View file @
fcfa2311
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
</div>
</div>
<footer>
<footer>
<p>
©
Company 201
1
</p>
<p>
©
Company 201
2
</p>
</footer>
</footer>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment