aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-08 17:42:56 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-08 17:42:56 -0400
commit77568347cf0a063ee905364dbe32268ab80d6edd (patch)
tree9c96eaa981f817ff90c98de9bede614ba89b4aec /demos/tooltip
parentec60dcd186d3ecb4ee400963fb3cc091fe727349 (diff)
downloadjquery-ui-77568347cf0a063ee905364dbe32268ab80d6edd.tar.gz
jquery-ui-77568347cf0a063ee905364dbe32268ab80d6edd.zip
Demos: Fixed titles.
Diffstat (limited to 'demos/tooltip')
-rw-r--r--demos/tooltip/custom-style.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/tooltip/custom-style.html b/demos/tooltip/custom-style.html
index f18522e54..d3546d3b3 100644
--- a/demos/tooltip/custom-style.html
+++ b/demos/tooltip/custom-style.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>jQuery UI Tooltip - Default functionality</title>
+ <title>jQuery UI Tooltip - Custom Styling</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.tooltip.css">
<script src="../../jquery-1.8.2.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
@@ -85,7 +85,7 @@ the element with your mouse, the title attribute is displayed in a little box ne
<a href="http://themeroller.com" title="ThemeRoller: jQuery UI's theme builder application">ThemeRoller</a>
will also style tooltips accordingly.</p>
<p>Tooltips are also useful for form elements, to show some additional information in the context of each field.</p>
-<p><label for="age">Your age:</label><input id="age" title="We ask for your age only for statistical purposes."></p>
+<p><label for="age">Your age:</label> <input id="age" title="We ask for your age only for statistical purposes."></p>
<p>Hover the field to see the tooltip.</p>
<div class="demo-description">