like LaTeX does. There's no need to diverge on this.
$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>";
}
$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>";
}