Repository: tapestry-5
Updated Branches:
  refs/heads/master faaf0b025 -> cf5858fbb


A little whitespace tweak

Somehow, not committed with the rest


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/009a6ae4
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/009a6ae4
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/009a6ae4

Branch: refs/heads/master
Commit: 009a6ae47c429fbb11729cf452a2f7413b828f65
Parents: faaf0b0
Author: Howard M. Lewis Ship <hls...@apache.org>
Authored: Mon Apr 6 16:52:59 2015 -0700
Committer: Howard M. Lewis Ship <hls...@apache.org>
Committed: Mon Apr 6 16:52:59 2015 -0700

----------------------------------------------------------------------
 .../src/main/resources/components/Layout.tml              | 10 +++++-----
 .../src/main/resources/pages/Index.tml                    |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/009a6ae4/quickstart/filtered/archetype-resources/src/main/resources/components/Layout.tml
----------------------------------------------------------------------
diff --git 
a/quickstart/filtered/archetype-resources/src/main/resources/components/Layout.tml
 
b/quickstart/filtered/archetype-resources/src/main/resources/components/Layout.tml
index 6e3523b..cdd27ff 100644
--- 
a/quickstart/filtered/archetype-resources/src/main/resources/components/Layout.tml
+++ 
b/quickstart/filtered/archetype-resources/src/main/resources/components/Layout.tml
@@ -3,13 +3,13 @@
       xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd";
         >
 <head>
-    <meta charset="utf-8" />
+    <meta charset="utf-8"/>
     <title>${D}{title}</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="description" content="" />
-    <meta name="author" content="" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+    <meta name="description" content=""/>
+    <meta name="author" content=""/>
     <!-- Fav and touch icons -->
-    <link rel="shortcut icon" href="${D}{asset:context:/favicon.ico}" />
+    <link rel="shortcut icon" href="${D}{asset:context:/favicon.ico}"/>
 </head>
 
 <body>

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/009a6ae4/quickstart/filtered/archetype-resources/src/main/resources/pages/Index.tml
----------------------------------------------------------------------
diff --git 
a/quickstart/filtered/archetype-resources/src/main/resources/pages/Index.tml 
b/quickstart/filtered/archetype-resources/src/main/resources/pages/Index.tml
index ca21cfb..c670fcd 100644
--- a/quickstart/filtered/archetype-resources/src/main/resources/pages/Index.tml
+++ b/quickstart/filtered/archetype-resources/src/main/resources/pages/Index.tml
@@ -1,6 +1,6 @@
 <html t:type="layout" title="${artifactId} Index"
       xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd";
-      xmlns:p="tapestry:parameter">
+        >
 
     <!-- Most of the page content, including <head>, <body>, etc. tags, comes 
from Layout.tml -->
 
@@ -8,7 +8,7 @@
     <div class="hero-unit">
         <p>
             <img src="${D}{asset:context:images/tapestry.png}"
-                 alt="${D}{message:greeting}" title="${D}{message:greeting}" />
+                 alt="${D}{message:greeting}" title="${D}{message:greeting}"/>
         </p>
         <h3>${D}{message:greeting}</h3>
         <p>The current time is: <strong>${D}{currentTime}</strong></p>

Reply via email to