More describers
[hcoop/domtool2.git] / src / plugins / apache.sml
index 5e7e1f9..be0e4f2 100644 (file)
@@ -892,8 +892,8 @@ val () = Domain.registerResetLocal (fn () =>
 
 val () = Domain.registerDescriber (Domain.considerAll
                                   [Domain.Extension {extension = "vhost",
-                                                     heading = fn host => "Web vhost: " ^ host},
+                                                     heading = fn host => "Web vhost " ^ host},
                                    Domain.Extension {extension = "vhost_ssl",
-                                                     heading = fn host => "SSL web vhost: " ^ host}])
+                                                     heading = fn host => "SSL web vhost " ^ host}])
 
 end