Skip to content

Commit cc9361f

Browse files
committed
Remove magic quotes from templating section.
1 parent d6f59a1 commit cc9361f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/08-01-01-Templating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ anchor: templating
77

88
Templates provide a convenient way of separating your controller and domain logic from your presentation logic.
99
Templates typically contain the HTML of your application, but may also be used for other formats, such as XML.
10-
Templates are often referred to as views, which make up **part of** the second component of the
10+
Templates are often referred to as "views", which make up **part of** the second component of the
1111
[model–view–controller](http://www.phptherightway.com/pages/Design-Patterns.html#model-view-controller) (MVC)
1212
software architecture pattern.

0 commit comments

Comments
 (0)