Ignore:
Timestamp:
09/28/07 22:31:53 (5 years ago)
Author:
hverton
Message:

fixed html entities issue in the escape plugin
added a CSS tag for links in the thumbnail tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/template-plugins/modifier.escape.php

    r848 r851  
    2929    switch ($esc_type) { 
    3030        case 'entities': 
    31             $string = htmlspecialchars($string, ENT_NOQUOTES, $char_set); 
     31//            $string = htmlspecialchars($string, ENT_NOQUOTES, $char_set); 
    3232            return str_replace("&lt;", "<", str_replace("&gt;", ">", $string)); 
    3333 
Note: See TracChangeset for help on using the changeset viewer.