You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/03/06 20:36:54 UTC

svn commit: r919828 - /tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag

Author: kkolinko
Date: Sat Mar  6 19:36:53 2010
New Revision: 919828

URL: http://svn.apache.org/viewvc?rev=919828&view=rev
Log:
remove extra newline character

Modified:
    tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag

Modified: tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag?rev=919828&r1=919827&r2=919828&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag (original)
+++ tomcat/trunk/test/webapp/WEB-INF/tags/echo.tag Sat Mar  6 19:36:53 2010
@@ -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" %><p>${echo}</p>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org