From 2720eb209524a8fe87d6122726d9fb1048ce204b Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 27 Apr 2001 08:42:04 +0000 Subject: [PATCH] remove the element from generated HTML. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268978 13f79535-47bb-0310-9956-ffa450edef68 --- webpage/docs/faq.html | 52 +++++++++++++++---------------- webpage/xdocs/stylesheets/faq.vsl | 4 +-- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/webpage/docs/faq.html b/webpage/docs/faq.html index 3f1764d0a..2a90df2fd 100644 --- a/webpage/docs/faq.html +++ b/webpage/docs/faq.html @@ -95,13 +95,13 @@
@@ -117,8 +117,8 @@
@@ -134,11 +134,11 @@
@@ -154,11 +154,11 @@
@@ -174,8 +174,8 @@
@@ -198,7 +198,7 @@ - What is Ant? + What is Ant? @@ -216,7 +216,7 @@ - Why do you call it Ant? + Why do you call it Ant? @@ -239,7 +239,7 @@ - Tell us a little bit about Ant's history. + Tell us a little bit about Ant's history. @@ -332,8 +332,8 @@ - I get checksum errors when I try to extract the - tar.gz distribution file. Why? + I get checksum errors when I try to extract the + tar.gz distribution file. Why? @@ -362,7 +362,7 @@ - Is Ant supported by my IDE/Editor? + Is Ant supported by my IDE/Editor? @@ -379,8 +379,8 @@ - Why doesn't (X)Emacs parse the error messages generated - by Ant correctly? + Why doesn't (X)Emacs parse the error messages generated + by Ant correctly? @@ -430,7 +430,7 @@ - How do I include an XML snippet in my build file? + How do I include an XML snippet in my build file? @@ -510,8 +510,8 @@ - How do I send an email with the result of my build - process? + How do I send an email with the result of my build + process? @@ -719,8 +719,8 @@ ant -listener BuildMonitor - <chmod> or <exec> don't work in Ant - 1.3 on Unix + <chmod> or <exec> don't work in Ant + 1.3 on Unix diff --git a/webpage/xdocs/stylesheets/faq.vsl b/webpage/xdocs/stylesheets/faq.vsl index 2aa61af96..fd4c8cfa6 100644 --- a/webpage/xdocs/stylesheets/faq.vsl +++ b/webpage/xdocs/stylesheets/faq.vsl @@ -42,7 +42,7 @@ #macro (subtoc $faq) #set ($id = $faq.getAttributeValue("id"))
  • - $xmlout.outputString($faq.getChild("question")) + $xmlout.outputString($faq.getChild("question"), true)
  • #end @@ -59,7 +59,7 @@ - $xmlout.outputString($faq.getChild("question")) + $xmlout.outputString($faq.getChild("question"), true)