Skip to content

Commit b07360c

Browse files
committed
Apache Tapestry - review fix
1 parent 77870fb commit b07360c

File tree

1 file changed

+19
-19
lines changed
  • apache-tapestry/src/main/resources/com/baeldung/tapestry/components

1 file changed

+19
-19
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd">
2-
<head>
3-
<title>${title}</title>
4-
</head>
5-
<body>
6-
<div class="container">
7-
<div class="row">
8-
<div class="span12">
9-
<t:alerts/>
10-
</div>
11-
</div>
12-
</div>
13-
<div class="container">
14-
<t:body />
15-
<hr />
16-
<footer>
17-
<p>&copy; Your Company</p>
18-
</footer>
19-
</div>
20-
</body>
2+
<head>
3+
<title>${title}</title>
4+
</head>
5+
<body>
6+
<div class="container">
7+
<div class="row">
8+
<div class="span12">
9+
<t:alerts/>
10+
</div>
11+
</div>
12+
</div>
13+
<div class="container">
14+
<t:body />
15+
<hr />
16+
<footer>
17+
<p>&copy; Your Company</p>
18+
</footer>
19+
</div>
20+
</body>
2121
</html>

0 commit comments

Comments
 (0)