Remove magic quotes from templating section.

This commit is contained in:
Jonathan Reinink
2014-08-15 14:01:56 -04:00
parent d6f59a1ce0
commit cc9361f1e6

View File

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