From 7e2ae49f6b77c93b0aa1ce187f3e5bb1c01069b4 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Sat, 6 Mar 2010 19:36:53 +0000 Subject: [PATCH] remove extra newline character git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@919828 13f79535-47bb-0310-9956-ffa450edef68 --- test/webapp/WEB-INF/tags/echo.tag | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/webapp/WEB-INF/tags/echo.tag b/test/webapp/WEB-INF/tags/echo.tag index 40a7acb48..e14eb496a 100644 --- a/test/webapp/WEB-INF/tags/echo.tag +++ b/test/webapp/WEB-INF/tags/echo.tag @@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---%> -<%@ tag %><%@ +--%><%@ tag %><%@ attribute name="echo" type="java.lang.String"%><%@ tag body-content="empty" %>

${echo}

\ No newline at end of file -- 2.11.0