Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@chrisrebert.com>2015-10-14 09:11:26 +0300
committerChris Rebert <github@chrisrebert.com>2015-10-14 09:11:26 +0300
commit1e7fdbc4f273f6a6d3c16b67fa178687d902cd17 (patch)
tree119f67f2d31f37bec5cb302fd98cbd9f29d1ad1d
parent7d7ef888c24824250db9e74c0e4528b71bada61e (diff)
Docs: Use correct ID in Popover example
Fixes #802
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 476ddc1..695012e 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1071,7 +1071,7 @@ document
<h3 class="component-title">Popovers</h3>
{% highlight html %}
-<div id="popover" class="popover">
+<div id="myPopover" class="popover">
<header class="bar bar-nav">
<h1 class="title">Popover title</h1>
</header>