summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/typography.rst
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2011-10-05 22:37:39 +0200
committerDerek Jones <derek.jones@ellislab.com>2011-10-05 22:37:39 +0200
commite0da604e48f70ec1327e781b0446c885643d8a7c (patch)
tree7e8576de7c96b189ac9f983da3c1dba39d0e8c03 /user_guide_src/source/libraries/typography.rst
parent318539232acac992c36dd94998a1db2d6df496a8 (diff)
fixed code block samples for Typography and Trackback libs
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;