diff --git a/htdocs/comm/propal/document.php b/htdocs/comm/propal/document.php index 495b9e6e525..45f77214a6c 100644 --- a/htdocs/comm/propal/document.php +++ b/htdocs/comm/propal/document.php @@ -2,6 +2,7 @@ /* Copyright (C) 2003-2004 Rodolphe Quiedeville * Copyright (C) 2004-2005 Laurent Destailleur * Copyright (C) 2005 Marc Barilley / Ocebo + * Copyright (C) 2005 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -153,7 +154,7 @@ if ($propalid > 0) $var=!$var; print ''; print ''; - echo ''.$file.''; + echo ''.$file.''; print "\n"; print ''.filesize($upload_dir.'/'.$file). ' bytes'; print ''.strftime('%d %b %Y %H:%M:%S',filemtime($upload_dir.'/'.$file)).'';