diff options
Diffstat (limited to 'templates/show_confirmation.inc.php')
-rw-r--r-- | templates/show_confirmation.inc.php | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/templates/show_confirmation.inc.php b/templates/show_confirmation.inc.php index b91227f4..2ba325a0 100644 --- a/templates/show_confirmation.inc.php +++ b/templates/show_confirmation.inc.php @@ -21,13 +21,15 @@ ?> <br /> <table class="text-box" align="center" cellspacing="7"> -<tr><td align="center"> - <span class="header1"><?php echo $title; ?></span> - <br /> - <?php echo $text; ?> -</td></tr> -<tr><td> - [ <a href="<?php echo $path; ?>"><?php echo _("Continue"); ?></a> ] - <br /> -</td></tr> +<tr> + <td align="center"> + <span class="header1"><?php echo $title; ?></span><br /> + <?php echo $text; ?> + </td> +</tr> +<tr> + <td> + [ <a href="<?php echo $path; ?>"><?php echo _("Continue"); ?></a> ]<br /> + </td> +</tr> </table> |