diff --git a/system/admin/views/update.html.php b/system/admin/views/update.html.php index 83653688..ab9d0ee5 100644 --- a/system/admin/views/update.html.php +++ b/system/admin/views/update.html.php @@ -12,7 +12,7 @@ if ($updater->able()) { $info = $updater->getNewestInfo(); echo '

Update Available

'; - echo '

Update to ' . $info['tag_name'] . '

'; + echo '

Update to ' . $info['tag_name'] . '

'; } else { echo '

No Available Update

'; echo '

You are using the latest HTMLy version.

'; diff --git a/system/htmly.php b/system/htmly.php index 096e88c9..57893c87 100644 --- a/system/htmly.php +++ b/system/htmly.php @@ -1321,6 +1321,8 @@ render('updated-to', array( 'head_contents' => head_contents('Updated - ' . blog_title(), blog_description(), site_url()), 'info' => $updater->getCurrentInfo(), + 'bodyclass' => 'updatepage', + 'breadcrumb' => '' . config('breadcrumb.home') . ' » Update HTMLy' )); } else { $login = site_url() . 'login'; diff --git a/system/upgrade/index.php b/system/upgrade/index.php index 67b1ed66..ca8f9b41 100644 --- a/system/upgrade/index.php +++ b/system/upgrade/index.php @@ -1,5 +1,4 @@