From 347fd6f3c9eb8edb8d9589ad7aac8ec57e5dcb64 Mon Sep 17 00:00:00 2001 From: Adam Backstrom Date: Wed, 30 May 2012 16:03:20 -0400 Subject: [PATCH] Styles and such --- classes.php | 2 +- index.php | 24 ++---------------------- style.css | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 23 deletions(-) create mode 100644 style.css 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

-