1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Move tail to <body>

Summary:
Prevents invalid HTML.
Discussion at D1561#6.

Test Plan:
http://validator.w3.org/check?uri=https%3A%2F%2Fsecure.phabricator.com

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1563
This commit is contained in:
vrana 2012-02-03 11:02:13 -08:00
parent 6bd8542abb
commit 2ff36b7cad

View file

@ -74,8 +74,8 @@ class AphrontPageView extends AphrontView {
</head>
<body class="{$body_classes}">
{$body}
{$tail}
</body>
{$tail}
</html>
EOHTML;