From 142f8ed29c8b3c4f7e2959b151d4eeb19efcbd18 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 12 Sep 2008 06:14:52 +0000 Subject: --- system/libraries/Typography.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 3e465d78c..93e40b94a 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -41,6 +41,14 @@ class CI_Typography { // Whether to reduce more than two consecutive empty lines to a maximum of two var $reduce_empty_lines = FALSE; + /** + * Nothing to do here... + * + */ + function CI_Typography() + { + } + /** * Main Processing Function * -- cgit v1.2.3-24-g4f1b