Skip to content
Snippets Groups Projects
Commit bd4b24f1 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add <br> for default note tab

parent 815ee68f
No related branches found
No related tags found
No related merge requests found
...@@ -145,6 +145,8 @@ if ($id > 0 || ! empty($ref)) ...@@ -145,6 +145,8 @@ if ($id > 0 || ! empty($ref))
print "</table>"; print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>'; print '</div>';
......
...@@ -109,6 +109,8 @@ if ($id > 0 || ! empty($ref)) ...@@ -109,6 +109,8 @@ if ($id > 0 || ! empty($ref))
print "</table>"; print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>'; print '</div>';
......
...@@ -109,6 +109,8 @@ if ($id > 0 || ! empty($ref)) ...@@ -109,6 +109,8 @@ if ($id > 0 || ! empty($ref))
print "</table>"; print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>'; print '</div>';
......
...@@ -87,6 +87,8 @@ if ($id > 0) ...@@ -87,6 +87,8 @@ if ($id > 0)
print "</table>"; print "</table>";
print '<br>';
include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php'); include(DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php');
print '</div>'; print '</div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment