Ignore:
Timestamp:
Feb 15, 2012, 3:47:03 PM (12 years ago)
Author:
patdenice
Message:

multisize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/derivative.inc.php

    r13068 r13170  
    259259    if ($size)
    260260    {
    261       return 'width='.$size[0].' height='.$size[1];
     261      return 'width="'.$size[0].'" height="'.$size[1].'"';
    262262    }
    263263  }
Note: See TracChangeset for help on using the changeset viewer.