Просмотр исходного кода

Remove some not needed align="center"

Morten Brix Pedersen 24 лет назад
Родитель
Сommit
564904da3e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      modules/Pisg/HTMLGenerator.pm

+ 2 - 2
modules/Pisg/HTMLGenerator.pm

@@ -264,9 +264,9 @@ sub _headline
    <table width="$self->{cfg}->{headwidth}" cellpadding="1" cellspacing="0" border="0">
    <table width="$self->{cfg}->{headwidth}" cellpadding="1" cellspacing="0" border="0">
     <tr>
     <tr>
      <td style="background-color: $self->{cfg}->{headline}">
      <td style="background-color: $self->{cfg}->{headline}">
-      <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center">
+      <table width="100%" cellpadding="2" cellspacing="0" border="0">
        <tr>
        <tr>
-        <td style="background-color: $self->{cfg}->{hbgcolor}" align="center" class="headtext">$title</td>
+        <td style="background-color: $self->{cfg}->{hbgcolor}" class="headtext">$title</td>
        </tr>
        </tr>
       </table>
       </table>
      </td>
      </td>