Fixing intro text align

skala
Julio Montoya 15 years ago
parent 140980435a
commit f16e367473
  1. 2
      main/inc/introductionSection.inc.php

@ -221,7 +221,7 @@ if ($intro_dispDefault) {
//$intro_content = make_clickable($intro_content); // make url in text clickable
$intro_content = text_filter($intro_content); // parse [tex] codes
if (!empty($intro_content) || !empty($thematic_description_html)) {
echo "<table><tr><td>$intro_content</td></tr></table>";
echo "<table align=\"center\"><tr><td>$intro_content</td></tr></table>";
}
}

Loading…
Cancel
Save