summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-25 17:46:06 +0000
committerSteven Barth <steven@midlink.org>2008-05-25 17:46:06 +0000
commit32acc2cf98c07ea67c4e17860da7c4d536e32578 (patch)
treeccdab6de85c570554501758a416c288dedbcfd76
parent328c83ce3b74a09a3904352cfec2089b95770bd6 (diff)
* Fixed a typo
-rw-r--r--core/src/view/header.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/view/header.htm b/core/src/view/header.htm
index 1a09ad304..5f876781f 100644
--- a/core/src/view/header.htm
+++ b/core/src/view/header.htm
@@ -34,7 +34,7 @@ require("luci.http").prepare_content("text/html")
<div class="headerlogo left"><img src="<%=media%>/logo.png" alt="<%=luci.config.brand.title%>" /></div>
<div class="whitetext smalltext right">
<%=luci.config.brand.firmware%><br />
- <%=luci.config.brand.distribution%><br />
+ <%=luci.config.brand.distro%><br />
<%:load Last%>: <%=load1%> <%=load5%> <%=load15%><br />
<%:hostname Hostname%>: <%=luci.sys.hostname()%>
</div>