summaryrefslogtreecommitdiff
path: root/Doc/myformat.perl
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/myformat.perl')
-rw-r--r--Doc/myformat.perl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/myformat.perl b/Doc/myformat.perl
index 9ec56d244e..244b793068 100644
--- a/Doc/myformat.perl
+++ b/Doc/myformat.perl
@@ -334,7 +334,7 @@ sub do_env_tableii{
$h2 = $8;
}
$globals{"lineifont"} = $font;
- "<table border>\n <tr><th>$h1</th>\n <th>$h2</th>$'\n"
+ "<table border align=center>\n <tr><th>$h1</th>\n <th>$h2</th>$'\n"
. "</table>";
}
@@ -365,7 +365,7 @@ sub do_env_tableiii{
$h3 = $10;
}
$globals{"lineifont"} = $font;
- "<table border>\n <tr><th>$h1</th>\n <th>$h2</th>"
+ "<table border align=center>\n <tr><th>$h1</th>\n <th>$h2</th>"
. "\n <th>$h3</th>$'\n"
. "</table>";
}