[Bps-public-commit] rt-extension-mobileui branch, master, updated. 5ff438277f030b83a4d25cfdd795a80482422aec
Jesse Vincent
jesse at bestpractical.com
Tue Jul 27 17:13:58 EDT 2010
The branch, master has been updated
via 5ff438277f030b83a4d25cfdd795a80482422aec (commit)
from 4a07d2e979bb53976c036e4c1f10ed8e443a34d2 (commit)
Summary of changes:
html/m/_elements/wrapper | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5ff438277f030b83a4d25cfdd795a80482422aec
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jul 27 14:15:48 2010 -0700
warnings avoidance
diff --git a/html/m/_elements/wrapper b/html/m/_elements/wrapper
index 98f5dec..d7ea7f5 100644
--- a/html/m/_elements/wrapper
+++ b/html/m/_elements/wrapper
@@ -1,5 +1,8 @@
+<%args>
+$title => ''
+</%args>
<%init>
-$m->comp('header', title => $ARGS{'title'});
+$m->comp('header', title => $title);
$m->out($m->content);
$m->comp('footer');
$m->abort();
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list