Plugin Directory

Changeset 225062


Ignore:
Timestamp:
04/03/2010 08:30:53 PM (16 years ago)
Author:
jkmassel
Message:

commiting 1.05 changes to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • underconstruction/trunk/underConstruction.php

    r220248 r225062  
    103103                if ($this->displayStatusCodeIs(2)) //they want custom HTML!
    104104                {
    105                     echo html_entity_decode($this->getCustomHTML());
     105                    echo html_entity_decode($this->getCustomHTML(), ENT_QUOTES);
    106106                    die();
    107107                }
Note: See TracChangeset for help on using the changeset viewer.