From 4cd828f92b2a754c1dfe28f5ecd379353377c490 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 29 Aug 2008 22:15:25 +0000 Subject: [PATCH] Eliminate a spurious blank in scripting.xml caused by a line break inside an emphasis element. --- docs/scripting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index ea0ae5753..198788b3c 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -3955,8 +3955,8 @@ calls would yield a false status. loaded as files. Each file loaded is executed by Lua. If a portrule is present, then it is saved in the porttests table with a portrule key and file - closure value. Otherwise, if the script has a hostrule - , then it is saved in the hosttests table + closure value. Otherwise, if the script has a + hostrule, then it is saved in the hosttests table in the same manner.