Skip to:
Content

bbPress.org


Ignore:
Timestamp:
02/28/2005 10:35:18 PM (21 years ago)
Author:
matt
Message:

#44 fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/formatting-functions.php

    r20 r50  
    5757    $text = str_replace('<br />', '', $text);
    5858    $text = str_replace('&#38;', '&', $text);
    59     $text = str_replace('&#39;', '"', $text);
     59    $text = str_replace('&#39;', "'", $text);
    6060    return $text;
    6161}
Note: See TracChangeset for help on using the changeset viewer.