From e0da604e48f70ec1327e781b0446c885643d8a7c Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 5 Oct 2011 15:37:39 -0500 Subject: fixed code block samples for Typography and Trackback libs --- user_guide_src/source/libraries/typography.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide_src/source/libraries/typography.rst') 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; -- cgit v1.2.3-24-g4f1b