Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b8b43236

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID b8b432362b7130df3bf997827f359884d244791e
  • Vorgänger 08aa44f6
  • Nachfolger 03c310de

Firefox malt bei Bildern mit Link einen Rahmen um das Bild, was hiermit verhindert wird.

Unterschiede anzeigen:

bin/mozilla/am.pl
1646 1646
      $column_data{up} =
1647 1647
        qq|<td align="center" valign="center" width="16">| .
1648 1648
        qq|<a href="${swap_link}id1=$ref->{id}&id2=$pref->{id}">| .
1649
        qq|<img src="image/up.png" alt="| . $locale->text("up") . qq|">| .
1649
        qq|<img border="0" src="image/up.png" alt="| . $locale->text("up") . qq|">| .
1650 1650
        qq|</a></td>|;
1651 1651
    } else {
1652 1652
      $column_data{up} = qq|<td width="16">&nbsp;</td>|;
......
1659 1659
      $column_data{down} =
1660 1660
        qq|<td align="center" valign="center" width="16">| .
1661 1661
        qq|<a href="${swap_link}id1=$ref->{id}&id2=$nref->{id}">| .
1662
        qq|<img src="image/down.png" alt="| . $locale->text("down") . qq|">| .
1662
        qq|<img border="0" src="image/down.png" alt="| . $locale->text("down") . qq|">| .
1663 1663
        qq|</a></td>|;
1664 1664
    }
1665 1665

  
......
2213 2213
      $column_data{up} =
2214 2214
        qq|<td align="center" valign="center" width="16">| .
2215 2215
        qq|<a href="${swap_link}&id1=$ref->{id}&id2=$pref->{id}">| .
2216
        qq|<img src="image/up.png" alt="| . $locale->text("up") . qq|">| .
2216
        qq|<img border="0" src="image/up.png" alt="| . $locale->text("up") . qq|">| .
2217 2217
        qq|</a></td>|;
2218 2218
    } else {
2219 2219
      $column_data{up} = qq|<td width="16">&nbsp;</td>|;
......
2226 2226
      $column_data{down} =
2227 2227
        qq|<td align="center" valign="center" width="16">| .
2228 2228
        qq|<a href="${swap_link}&id1=$ref->{id}&id2=$nref->{id}">| .
2229
        qq|<img src="image/down.png" alt="| . $locale->text("down") . qq|">| .
2229
        qq|<img border="0" src="image/down.png" alt="| . $locale->text("down") . qq|">| .
2230 2230
        qq|</a></td>|;
2231 2231
    }
2232 2232

  
......
3307 3307
  edit_units();
3308 3308

  
3309 3309
  $lxdebug->leave_sub();
3310
}
3310
}

Auch abrufbar als: Unified diff