summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-01-30 14:35:07 +0100
committerAndrey Andreev <narf@devilix.net>2017-01-30 14:35:07 +0100
commitb1780fc79e1b24ecc51b5448642a84d4022cbadc (patch)
tree094dd663b297e40622b3272f0a5121c5bcf5e9ca /user_guide_src
parentdba035db1cee163e6c3d9de9903125ed239386d7 (diff)
[ci skip] Fix #5002
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/libraries/typography.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/typography.rst b/user_guide_src/source/libraries/typography.rst
index 1d1e4f3c4..9e1386835 100644
--- a/user_guide_src/source/libraries/typography.rst
+++ b/user_guide_src/source/libraries/typography.rst
@@ -44,7 +44,7 @@ Class Reference
$this->load->library('typography');
$this->typography->protect_braced_quotes = TRUE;
- .. method auto_typography($str[, $reduce_linebreaks = FALSE])
+ .. php:method:: auto_typography($str[, $reduce_linebreaks = FALSE])
:param string $str: Input string
:param bool $reduce_linebreaks: Whether to reduce consequitive linebreaks
@@ -104,4 +104,4 @@ Class Reference
Usage example::
- $string = $this->typography->nl2br_except_pre($string); \ No newline at end of file
+ $string = $this->typography->nl2br_except_pre($string);