From bbd3f2973b535cc94fc293371c93ceceee6e7f0e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 21 Mar 2012 12:07:53 +0100 Subject: [PATCH] Minor motd change --- modules/motd/templates/motd.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 496845ea6..21e081d34 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -67,8 +67,8 @@ end purp += "\n" if (nodeinfo['ldap'].has_key?('physicalHost')) - purp += wrap("This virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]}. " + - "It is hosted at #{nodeinfo['hoster']['longname']}." + purp += wrap("This virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]}, " + + "which is hosted at #{nodeinfo['hoster']['longname']}." ) elsif nodeinfo['hoster']['name'] purp += wrap("This server is hosted at #{nodeinfo['hoster']['longname']}.") -- 2.20.1