Skip to content

Commit

Permalink
Fix: Missing end of div
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 2, 2011
1 parent 9691f2a commit 91dd9c7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions htdocs/paypal/admin/paypal.php
@@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.org>
* Copyright (C) 2005-2011 Laurent Destailleur <eldy@users.sourceforge.org>
* Copyright (C) 2011 Regis Houssin <regis@dolibarr.fr>
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -108,7 +108,7 @@ function(token) {
print '</script>';
}

if ($mesg) print '<br>'.$mesg;
dol_htmloutput_mesg($mesg);

print '<br>';
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
Expand Down Expand Up @@ -213,6 +213,8 @@ function(token) {
print '<tr><td colspan="2" align="center"><br><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td></tr>';
print '</table></form>';

dol_fiche_end();

print '<br><br>';

// Help doc
Expand All @@ -235,7 +237,6 @@ function(token) {
';
print '</div>';


print '<br><br>';

$token='';
Expand Down

0 comments on commit 91dd9c7

Please sign in to comment.