summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/typography.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/libraries/typography.rst')
-rw-r--r--user_guide_src/source/libraries/typography.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst
index ecda5d7f8..db3f227be 100644
--- a/user_guide_src/source/libraries/typography.rst
+++ b/user_guide_src/source/libraries/typography.rst
@@ -100,5 +100,6 @@ protect_braced_quotes class property to TRUE.
Usage example::
- $this->load->library('typography'); $this->typography->protect_braced_quotes = TRUE;
+ $this->load->library('typography');
+ $this->typography->protect_braced_quotes = TRUE;