Skip to content

Commit 2afbb07

Browse files
author
Gabriel Schulhof
committed
Demos: Redirect: Do not wrap redirect button in a paragraph
1 parent 33faf2c commit 2afbb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demos/redirect/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Redirect: Source Page</h1>
4040
<div class="content-primary">
4141

4242
<div data-demo-html="true" data-demo-js="#redirectCode" data-demo-php="source.php">
43-
<p><a href="redirect.php?to=redirect-target.html" data-role="button" data-inline="true">Redirect</a></p>
43+
<a href="redirect.php?to=redirect-target.html" data-role="button" data-inline="true">Redirect</a>
4444
</div><!--/demo-html -->
4545

4646
</div><!--/content-primary -->

0 commit comments

Comments
 (0)