Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9d3f1 commit 0ee3585Copy full SHA for 0ee3585
1 file changed
Doc/myformat.perl
@@ -334,7 +334,7 @@ sub do_env_tableii{
334
$h2 = $8;
335
}
336
$globals{"lineifont"} = $font;
337
- "<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"
338
. "</table>";
339
340
@@ -365,7 +365,7 @@ sub do_env_tableiii{
365
$h3 = $10;
366
367
368
- "<table border>\n <tr><th>$h1</th>\n <th>$h2</th>"
+ "<table border align=center>\n <tr><th>$h1</th>\n <th>$h2</th>"
369
. "\n <th>$h3</th>$'\n"
370
371
0 commit comments