Skip to content

Commit

Permalink
A little tidying of the locus-search test.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph committed Sep 14, 2011
1 parent d27b73f commit 3413b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -76,7 +76,7 @@ <h2>Feature tests</h2>
&mdash; Ways that Monocle can animate page-turns.
</li>
<li>
<a href="locus_xpath/index.html">Locus search</a>
<a href="locus-search/index.html">Locus search</a>
&mdash; Jumping to elements within a component via XPath or CSS selectors.
</li>
<li>
Expand Down
6 changes: 3 additions & 3 deletions test/locus-search/index.html
Expand Up @@ -102,10 +102,10 @@
<body class="narrow">
<a href="../index.html" class="backToGuide">&larr; Back to Guide</a>

<h1>Locus with XPath test</h1>
<h1>Locus search test</h1>
<p>
You can tell Monocle to go to specific content using an XPath.
This might be useful for implementing search or annotations.
You can tell Monocle to go to specific content using an XPath or a CSS
selector. This might be useful for implementing search or annotations.
</p>

<p>
Expand Down

0 comments on commit 3413b48

Please sign in to comment.