diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php
index abbc17aed43..c62086b0f6a 100644
--- a/htdocs/comm/propal/note.php
+++ b/htdocs/comm/propal/note.php
@@ -96,7 +96,7 @@ if ($_GET["propalid"])
print '
| '.$langs->trans("Company").' | ';
if ($societe->client == 1)
{
- $url ='../fiche.php?socid='.$societe->id;
+ $url = DOL_URL_ROOT.'/comm/fiche.php?socid='.$societe->id;
}
else
{
@@ -117,7 +117,7 @@ if ($_GET["propalid"])
$author->fetch('');
print $author->fullname.' |
';
- print 'Note : '. nl2br($propal->note)." |
";
+ print ''.$langs->trans("Note").' : '. nl2br($propal->note)." |
";
if ($_GET["action"] == 'edit')
{
@@ -136,7 +136,7 @@ if ($_GET["propalid"])
* Actions
*/
print '';
- print '';
+ print '
';
if ($user->rights->propale->creer && $_GET["action"] <> 'edit')
{