tstarling@svn.wikimedia.org schrieb:
Revision: 25335 Author: tstarling Date: 2007-08-31 02:51:23 +0000 (Fri, 31 Aug 2007)
...
Elsewhere:
- Made most images have a border=0 attribute, instead of just images on the image description page. Does not appear to adversely affect display at all, it was just convenient.
Modified: trunk/phase3/includes/Linker.php
--- trunk/phase3/includes/Linker.php 2007-08-31 02:30:14 UTC (rev 25334) +++ trunk/phase3/includes/Linker.php 2007-08-31 02:51:23 UTC (rev 25335) @@ -566,33 +566,13 @@
}
if ( isset( $fp['border'] ) ) {
$imgAttribs['class'] = "thumbborder";
}
It seems to me that this attribution is not added in another place, now the image option [[Image:name.jpg|100px|border|text]] is broken :-(
Raymond.