From 85cb24b8eb4cd7b3caefacafdaa69e5b98f19104 Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Date: Thu, 7 Apr 2005 19:40:17 +0000
Subject: [PATCH] Remove stray semicolon. PR: 34356 Submitted by: Jim Fuller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278116 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/style.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html
index 397829d18..b0ed40e1b 100644
--- a/docs/manual/CoreTasks/style.html
+++ b/docs/manual/CoreTasks/style.html
@@ -349,7 +349,7 @@ attribute.
<xslt in="doc.xml" out="build/doc/output.xml"
style="style/apache.xsl">
- <outputproperty name="method" value="xml";/>
+ <outputproperty name="method" value="xml"/>
<outputproperty name="standalone" value="yes"/>
<outputproperty name="encoding" value="iso8859_1"/>
<outputproperty name="indent" value="yes"/>