Tweak test application UI slightly
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/388594d2 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/388594d2 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/388594d2 Branch: refs/heads/5.4-js-rewrite Commit: 388594d2d45543cfc4487651e3de551b260d2a4e Parents: 45988e0 Author: Howard M. Lewis Ship <[email protected]> Authored: Thu Nov 8 14:05:32 2012 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Thu Nov 8 14:05:32 2012 -0800 ---------------------------------------------------------------------- .../integration/app1/components/Border.tml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/388594d2/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml b/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml index 7a52e18..7a31b5d 100644 --- a/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml +++ b/tapestry-core/src/test/resources/org/apache/tapestry5/integration/app1/components/Border.tml @@ -38,7 +38,7 @@ <hr/> - <h3>Request info:</h3> + <h2>Request</h2> <t:renderobject object="request"/>
