diff options
author | Adrian Voicu <avenir.ro@gmail.com> | 2015-03-12 16:13:47 +0100 |
---|---|---|
committer | Adrian Voicu <avenir.ro@gmail.com> | 2015-03-12 16:13:47 +0100 |
commit | 8e2f83d7b775d87827a58fbb55a35938eeb66173 (patch) | |
tree | 7deae3033b13c67f8373cce35c213e9212d72092 /user_guide_src/source/helpers | |
parent | 875d5a1ca843b8169f0b4e8adf8d6f0eb7b4ee3c (diff) |
Update html_helper.rst
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/html_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst index 1989c88ae..d5069cec4 100644 --- a/user_guide_src/source/helpers/html_helper.rst +++ b/user_guide_src/source/helpers/html_helper.rst @@ -52,7 +52,7 @@ The following functions are available: .. code-block:: html <h3 class="pink">Welcome!<h3> - <h3 id="question" class="green">How are you?</h3> + <h4 id="question" class="green">How are you?</h4> .. php:function:: img([$src = ''[, $index_page = FALSE[, $attributes = '']]]) |