Changeset 54 in subversion


Ignore:
Timestamp:
Oct 21, 2005 10:01:14 AM (8 years ago)
Author:
sparc
Message:

html entities translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r50 r54  
    566566    case 'label': 
    567567      if ($attrib['name'] || $attrib['command']) 
    568         return rcube_label($attrib); 
     568        return rep_specialchars_output(rcube_label($attrib)); 
    569569      break; 
    570570 
Note: See TracChangeset for help on using the changeset viewer.