[Bps-public-commit] r17337 - sd/trunk/lib/App/SD/Server
jesse at bestpractical.com
jesse at bestpractical.com
Wed Dec 24 17:33:37 EST 2008
Author: jesse
Date: Wed Dec 24 17:33:37 2008
New Revision: 17337
Modified:
sd/trunk/lib/App/SD/Server/View.pm
Log:
minor cleanup
Modified: sd/trunk/lib/App/SD/Server/View.pm
==============================================================================
--- sd/trunk/lib/App/SD/Server/View.pm (original)
+++ sd/trunk/lib/App/SD/Server/View.pm Wed Dec 24 17:33:37 2008
@@ -360,8 +360,7 @@
template header => sub {
my $self = shift;
- my @args = shift;
- my $title = shift @args;
+ my $title = shift;
outs_raw($self->nav->render_as_menubar);
div { class is 'project-name';
"SD for ".$self->app_handle->setting( label => 'project_name' )->get()->[0]};
More information about the Bps-public-commit
mailing list