From 13bcd241f34ca86ba30b379e0835a95b732065b8 Mon Sep 17 00:00:00 2001 From: Sebastian Wenzel Date: Mon, 26 May 2014 15:29:21 +0200 Subject: [PATCH] exclamation mark replaced with ^ --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index dbdfd87..ed1d6a8 100644 --- a/README.markdown +++ b/README.markdown @@ -33,7 +33,7 @@ Create the associated view file (template) in your views directory with the same Usage ============ -Create your view template file the same as you would have before, but remember that any logic belongs in the view class. If you want to prevent the automatic variable escaping, prepend the variable with an '!'. +Create your view template file the same as you would have before, but remember that any logic belongs in the view class. If you want to prevent the automatic variable escaping, prepend the variable with an '^'. // application/views/foo/bar.php

This view is !

@@ -72,4 +72,4 @@ which would render: > > Another possible description is: cool beans > -> Here are my adjective notes: This is Super!! \ No newline at end of file +> Here are my adjective notes: This is Super!!