From 831a9f8f6dc7057855b75128bf14ed9d4a03ab26 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 21 Nov 2012 22:56:57 +0000 Subject: s4/web_server: Fix typo in URL. Autobuild-User(master): Jelmer Vernooij Autobuild-Date(master): Thu Nov 22 01:37:02 CET 2012 on sn-devel-104 --- source4/scripting/python/samba/web_server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/scripting/python/samba/web_server/__init__.py b/source4/scripting/python/samba/web_server/__init__.py index c43924097d..ed3c7dee69 100644 --- a/source4/scripting/python/samba/web_server/__init__.py +++ b/source4/scripting/python/samba/web_server/__init__.py @@ -35,7 +35,7 @@ def render_placeholder(environ, start_response): yield "

Welcome to this Samba web server.

\n" yield "

This page is a simple placeholder. You probably want to install " yield "SWAT. More information can be found " - yield "on the wiki.

" + yield "on the wiki.

" yield "

\n" yield "\n" yield "\n" -- cgit