Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
bdc3ff99
Commit
bdc3ff99
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #4749: correct initialism example
parent
72f176d1
3 merge requests
!4855
Solved bug in bootstrap tooltip when entering and leaving quickly
,
!4830
Tabs should generate hide events
,
!4789
Typeahead. Added the ability to process serializable Objects as items from given source (According to guidelines )
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/base-css.html
+1
-1
docs/base-css.html
docs/templates/pages/base-css.mustache
+1
-1
docs/templates/pages/base-css.mustache
with
2 additions
and
2 deletions
+2
-2
docs/base-css.html
+
1
-
1
View file @
bdc3ff99
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
<div
class=
"bs-docs-example"
>
<div
class=
"bs-docs-example"
>
<p><abbr
title=
"HyperText Markup Language"
class=
"initialism"
>
HTML
</abbr>
is the best thing since sliced bread.
</p>
<p><abbr
title=
"HyperText Markup Language"
class=
"initialism"
>
HTML
</abbr>
is the best thing since sliced bread.
</p>
</div>
</div>
<pre
class=
"prettyprint"
>
<
abbr title="
attribut
e" class="initialism"
>
attr
<
/abbr
>
</pre>
<pre
class=
"prettyprint"
>
<
abbr title="
HyperText Markup Languag
e" class="initialism"
>
HTML
<
/abbr
>
</pre>
<hr
class=
"bs-docs-separator"
>
<hr
class=
"bs-docs-separator"
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/base-css.mustache
+
1
-
1
View file @
bdc3ff99
...
@@ -124,7 +124,7 @@
...
@@ -124,7 +124,7 @@
<div
class=
"bs-docs-example"
>
<div
class=
"bs-docs-example"
>
<p>
{{
_i
}}
<abbr
title=
"HyperText Markup Language"
class=
"initialism"
>
HTML
</abbr>
is the best thing since sliced bread.
{{/
i
}}
</p>
<p>
{{
_i
}}
<abbr
title=
"HyperText Markup Language"
class=
"initialism"
>
HTML
</abbr>
is the best thing since sliced bread.
{{/
i
}}
</p>
</div>
</div>
<pre
class=
"prettyprint"
>
<
abbr title="
attribut
e" class="initialism"
>
attr
<
/abbr
>
</pre>
<pre
class=
"prettyprint"
>
<
abbr title="
HyperText Markup Languag
e" class="initialism"
>
HTML
<
/abbr
>
</pre>
<hr
class=
"bs-docs-separator"
>
<hr
class=
"bs-docs-separator"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets