Skip to content
GitLab
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
0ac50d28
Commit
0ac50d28
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#5519
: hellip in modal code
parent
78f7ad95
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/javascript.html
+
1
-
1
View file @
0ac50d28
...
@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) {
...
@@ -259,7 +259,7 @@ $('#myModal').on('show', function (e) {
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
<
/div
>
<
/div
>
<
div class="modal-body"
>
<
div class="modal-body"
>
<
p
>
One fine body
…
<
/p
>
<
p
>
One fine body
…
<
/p
>
<
/div
>
<
/div
>
<
div class="modal-footer"
>
<
div class="modal-footer"
>
<
button class="btn" data-dismiss="modal" aria-hidden="true"
>
Close
<
/button
>
<
button class="btn" data-dismiss="modal" aria-hidden="true"
>
Close
<
/button
>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
0ac50d28
...
@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) {
...
@@ -189,7 +189,7 @@ $('#myModal').on('show', function (e) {
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
<
h3 id="myModalLabel"
>
Modal header
<
/h3
>
<
/div
>
<
/div
>
<
div class="modal-body"
>
<
div class="modal-body"
>
<
p
>
{{
_i
}}
One fine body
…
{{/
i
}}
<
/p
>
<
p
>
{{
_i
}}
One fine body
…
{{/
i
}}
<
/p
>
<
/div
>
<
/div
>
<
div class="modal-footer"
>
<
div class="modal-footer"
>
<
button class="btn" data-dismiss="modal" aria-hidden="true"
>
{{
_i
}}
Close
{{/
i
}}
<
/button
>
<
button class="btn" data-dismiss="modal" aria-hidden="true"
>
{{
_i
}}
Close
{{/
i
}}
<
/button
>
...
...
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