diff --git a/classes.php b/classes.php index b194030..a09ab8a 100644 --- a/classes.php +++ b/classes.php @@ -25,7 +25,7 @@ abstract class AbstractAction public function esc_raw() { - return nl2br( htmlentities( $this->value ) ); + return htmlentities( $this->value ); } abstract public function decode(); diff --git a/index.php b/index.php index b2de076..b6c0aac 100644 --- a/index.php +++ b/index.php @@ -2,26 +2,8 @@ - - + PHP Tools + @@ -35,8 +17,6 @@ require_once 'functions.php';

PHP Tools

-

Expand Serialized

-