aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/admin.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/admin.rhtml')
-rw-r--r--app/views/layouts/admin.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.rhtml b/app/views/layouts/admin.rhtml
index 5fe75fc97..f0e9a7019 100644
--- a/app/views/layouts/admin.rhtml
+++ b/app/views/layouts/admin.rhtml
@@ -2,7 +2,7 @@
<html lang="en-gb">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" >
- <title>WhatDoTheyKnow admin<%= @title ? ":" : "" %> <%=@title%></title>
+ <title><%= site_name %> admin<%= @title ? ":" : "" %> <%=@title%></title>
<%= stylesheet_link_tag 'admin', :title => "Main", :rel => "stylesheet" %>
</head>
<body>