Skip to content

Commit 24e82dc

Browse files
committed
docs: fix text decoration
1 parent 55b610d commit 24e82dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/outgoing/views.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Using the example controller you created in the controller page, let's add a vie
1919
Creating a View
2020
===============
2121

22-
Using your text editor, create a file called ``blog_view.php`` and put this in it::
22+
Using your text editor, create a file called **blog_view.php** and put this in it::
2323

2424
<html>
2525
<head>
@@ -136,7 +136,7 @@ into the ``$option`` array in the third parameter.
136136
.. literalinclude:: views/010.php
137137

138138
Additionally, if you would like the default functionality of the ``view()`` function to be that it does clear the data
139-
between calls, you can set ``$saveData`` to **false** in **app/Config/Views.php**.
139+
between calls, you can set ``$saveData`` to ``false`` in **app/Config/Views.php**.
140140

141141
Creating Loops
142142
==============

0 commit comments

Comments
 (0)