Fixed broken <code> element.

This commit is contained in:
Jonatan Littke 2010-10-28 01:20:59 +08:00 committed by Scott Jehl
parent e709a37514
commit 47dcb7747b

View file

@ -14,7 +14,7 @@
</div><!-- /header -->
<div data-role="content">
<p>That was an animated page transition effect that we added with a <class>code> data-transition</code> attribute on the link.</p>
<p>That was an animated page transition effect that we added with a <code>data-transition</code> attribute on the link.</p>
<p>Since it uses CSS transforms, this should be hardware accelerated on many mobile devices.</p>
<p>What do you think?</p>
<a href="docs-transitions.html" data-role="button" data-theme="b">I like it</a>
@ -23,4 +23,4 @@
</body>
</html>
</html>