Plugin Directory

Changeset 913781


Ignore:
Timestamp:
05/14/2014 10:54:37 AM (12 years ago)
Author:
robmcvey
Message:

Recommitting lost changes because SVN sucks a fat one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • copify/trunk/CopifyWordpress.php

    r909714 r913781  
    784784 **/
    785785    public function CopifyFormatBrief($str) {
    786         return nl2br(htmlentities($str));
     786        return nl2br(esc_attr($str));
    787787    }
    788788   
     
    795795 **/
    796796    public function CopifyFormatCopy($str) {
    797         return nl2br(htmlentities($str));
     797        return nl2br(esc_attr($str));
    798798    }
    799799   
Note: See TracChangeset for help on using the changeset viewer.