diff --git a/src/IDF/Views/Source.php b/src/IDF/Views/Source.php index a90599b..c5851c9 100644 --- a/src/IDF/Views/Source.php +++ b/src/IDF/Views/Source.php @@ -45,6 +45,7 @@ class IDF_Views_Source return Pluf_Shortcuts_RenderToResponse('source/tree.html', array( 'page_title' => $title, + 'title' => $title, 'files' => $res, 'commit' => $commit, 'branches' => $branches, diff --git a/src/IDF/templates/source/tree.html b/src/IDF/templates/source/tree.html index cf9cc1b..eb5ab05 100644 --- a/src/IDF/templates/source/tree.html +++ b/src/IDF/templates/source/tree.html @@ -38,7 +38,7 @@
{trans 'Branches:'}
{foreach $branches as $branch}
{aurl 'url', 'IDF_Views_Source::treeBase', array($project.shortname, $branch)}
-{$branch}
+{$branch}
{/foreach}