diff options
-rw-r--r-- | system/libraries/Typography.php | 8 |
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 * */ |