diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-12 08:14:52 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-12 08:14:52 +0200 |
commit | 142f8ed29c8b3c4f7e2959b151d4eeb19efcbd18 (patch) | |
tree | ad8956fe2cabe04cd90e9ca6b1d7c3aff8cf3126 /system/libraries | |
parent | 339fab7b4e90792db78ff01a893e6ca2e6c8da23 (diff) |
Diffstat (limited to 'system/libraries')
-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 * */ |