Assembla home | Assembla project page
 

Changeset 156

Show
Ignore:
Timestamp:
03/10/08 01:17:15 (9 months ago)
Author:
tobias382
Message:

Fixed an issue in the Acronym plugin where HTML entities in the output were not being decoded

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Phergie/Plugin/Acronym.php

    r133 r156  
    168168                ); 
    169169                if ($count == 1) { 
    170                     $matches[] = $match[1][0]
     170                    $matches[] = html_entity_decode($match[1][0])
    171171                    $offset = $match[1][1]; 
    172172                }