From ba90f86e7bccd75bf36e544d2a9534bc7fbbbae2 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Fri, 25 Jul 2014 23:04:40 -0400 Subject: [PATCH] typos --- lib/TemplateRender.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/TemplateRender.php b/lib/TemplateRender.php index f761b86..0ce9ba7 100644 --- a/lib/TemplateRender.php +++ b/lib/TemplateRender.php @@ -59,7 +59,7 @@ class TemplateRender extends PageRender { $this->layout['action'] = '%s%s'; $this->layout['actionajax'] = '%s%s'; - # If we dont want to render this template automatically, we'll return here. + # If we don't want to render this template automatically, we'll return here. if ($norender) return; @@ -273,7 +273,7 @@ class TemplateRender extends PageRender { else $container = $args[5]; - # Process filter (arg 1), eventually replace %attr% by it's value set in a previous page. + # Process filter (arg 1), eventually replace %attr% by its value set in a previous page. preg_match_all('/%(\w+)(\|.+)?(\/[lUC])?%/U',$args[1],$filtermatchall); //print_r($matchall); // -1 = highlevel match, 1 = attr, 2 = subst, 3 = mod @@ -1679,7 +1679,7 @@ function validateForm(silence) { // Sometimes the alert gives us enough time! if (typeof getAttributeComponents != "undefined") - alert("Dont bother, our JS is loaded now!"); + alert("Don't bother, our JS is loaded now!"); } validateForm(true);