From: kkolinko Date: Sat, 6 Mar 2010 19:36:53 +0000 (+0000) Subject: remove extra newline character X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7e2ae49f6b77c93b0aa1ce187f3e5bb1c01069b4;p=tomcat7.0 remove extra newline character git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@919828 13f79535-47bb-0310-9956-ffa450edef68 --- 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