Module: check_mk
Branch: master
Commit: 91b179afc2cb62562f36c23018a89a477b1472d1
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=91b179afc2cb62…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Jun 24 08:31:56 2011 +0200
Dashboard: Fixed typos in text
---
web/htdocs/dashboard.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/htdocs/dashboard.py b/web/htdocs/dashboard.py
index c4bb0cf..2e97ca9 100644
--- a/web/htdocs/dashboard.py
+++ b/web/htdocs/dashboard.py
@@ -344,8 +344,8 @@ def dashlet_overview():
'</td>'
'<td><h2>Check_MK Multisite</h2>'
'Welcome to Check_MK Multisite. If you want to learn more about Multsite,
please visit '
- 'out <a
href="http://mathias-kettner.de/checkmk_multisite.html">online
documentation</a>. '
- 'Multisite is part of <a
href="http://mathias-kettner.de/check_mk.html">Check_MK</a> - on Open
Source '
+ 'our <a
href="http://mathias-kettner.de/checkmk_multisite.html">online
documentation</a>. '
+ 'Multisite is part of <a
href="http://mathias-kettner.de/check_mk.html">Check_MK</a> - an Open
Source '
'project by <a href="http://mathias-kettner.de">Mathias
Kettner</a>.'
'</td>'
)