modelGraph : better text indentation

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5999 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2020-05-26 20:23:27 +00:00
parent 9ae8147bbd
commit 44bd9a80b0

View File

@@ -66,7 +66,7 @@ class modelgraph
$d .= " /** TABLE '$table' */\n"; $d .= " /** TABLE '$table' */\n";
$d .= " \"$table\" [\n"; $d .= " \"$table\" [\n";
$d .= " shape = \"plaintext\"\n"; $d .= " shape = \"plaintext\"\n";
$d .= " label = <"; $d .= " label = <\n";
$d .= " <TABLE BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\">\n"; $d .= " <TABLE BORDER=\"0\" CELLBORDER=\"1\" CELLSPACING=\"0\">\n";
// Display the name of the table as title // Display the name of the table as title
$d .= " <TR><TD COLSPAN=\"3\" BGCOLOR=\"#00B0E0\">"; $d .= " <TR><TD COLSPAN=\"3\" BGCOLOR=\"#00B0E0\">";