Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
minor correction to text [1.1.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
agcolom committed May 19, 2012
1 parent 4c96256 commit 56c0a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/forms/forms-sample-selfsubmit.php
Expand Up @@ -75,7 +75,7 @@
<h2><?php echo $submit == "" ? "Please fill in the form and press submit" : "You chose:" ?></h2>
<div class="ui-body ui-body-d ui-corner-all">
<p>Title: <strong><?php echo $submit == "" ? "-" : $title ?></strong></p>
<p>Layout: <strong><?php echo $submit == "" ? "-" : $layout ?></strong></p>
<p>Preview: <strong><?php echo $submit == "" ? "-" : $layout ?></strong></p>
<p>Timeout: <strong><?php echo $submit == "" ? "-" : $timeout ?></strong></p>
<p>Transition: <strong><?php echo $submit == "" ? "-" : $transition ?></strong></p>
</div>
Expand Down

0 comments on commit 56c0a79

Please sign in to comment.