summaryrefslogtreecommitdiffstats
path: root/system/libraries/Typography.php
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-09-12 08:14:52 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-09-12 08:14:52 +0200
commit142f8ed29c8b3c4f7e2959b151d4eeb19efcbd18 (patch)
treead8956fe2cabe04cd90e9ca6b1d7c3aff8cf3126 /system/libraries/Typography.php
parent339fab7b4e90792db78ff01a893e6ca2e6c8da23 (diff)
Diffstat (limited to 'system/libraries/Typography.php')
-rw-r--r--system/libraries/Typography.php8
1 files changed, 8 insertions, 0 deletions
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
@@ -42,6 +42,14 @@ class CI_Typography {
var $reduce_empty_lines = FALSE;
/**
+ * Nothing to do here...
+ *
+ */
+ function CI_Typography()
+ {
+ }
+
+ /**
* Main Processing Function
*
*/