Commit 7dffeb47 authored by Mark Otto's avatar Mark Otto
Browse files

fix #1786 to manually fix typo in js docs links

parent b5f1d2f3
2 merge requests!1882[2.0.1-wip] black/dark button ,!1894[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -801,7 +801,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -801,7 +801,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<div class="span3 columns"> <div class="span3 columns">
<h3>About popovers</h3> <h3>About popovers</h3>
<p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p>
<p class="muted"><strong>*</strong> Requires <a href="#tooltip">Tooltip</a> to be included</p> <p class="muted"><strong>*</strong> Requires <a href="#tooltips">Tooltip</a> to be included</p>
<a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">Download file</a> <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">Download file</a>
</div> </div>
<div class="span9 columns"> <div class="span9 columns">
......
...@@ -725,7 +725,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -725,7 +725,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<div class="span3 columns"> <div class="span3 columns">
<h3>{{_i}}About popovers{{/i}}</h3> <h3>{{_i}}About popovers{{/i}}</h3>
<p>{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information.{{/i}}</p> <p>{{_i}}Add small overlays of content, like those on the iPad, to any element for housing secondary information.{{/i}}</p>
<p class="muted"><strong>*</strong> {{_i}}Requires <a href="#tooltip">Tooltip</a> to be included{{/i}}</p> <p class="muted"><strong>*</strong> {{_i}}Requires <a href="#tooltips">Tooltip</a> to be included{{/i}}</p>
<a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a> <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">{{_i}}Download file{{/i}}</a>
</div> </div>
<div class="span9 columns"> <div class="span9 columns">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment