From df9976a6e54accf149fa4187d53dc166538efb13 Mon Sep 17 00:00:00 2001 From: dion Date: Mon, 4 Aug 2003 13:56:36 +0000 Subject: [PATCH] Add CDATA around tags git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113783 13f79535-47bb-0310-9956-ffa450edef68 --- tasklist/src/plugin-resources/templates/tasklist.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasklist/src/plugin-resources/templates/tasklist.vm b/tasklist/src/plugin-resources/templates/tasklist.vm index 49738f3f..6f427b4c 100644 --- a/tasklist/src/plugin-resources/templates/tasklist.vm +++ b/tasklist/src/plugin-resources/templates/tasklist.vm @@ -66,7 +66,7 @@ #foreach ($tag in $todoTags) - $tag.value + #end @@ -81,7 +81,7 @@ #foreach ($tag in $methodTodoTags) - ${m.name}(): $tag.value + #end