Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 2c2708495 -> cc297472a
Announcements Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/cc297472 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/cc297472 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/cc297472 Branch: refs/heads/asf-site Commit: cc297472a0dc75189e40f9e0857ea80163c328df Parents: 2c27084 Author: JamesBognar <[email protected]> Authored: Mon Nov 28 11:51:25 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 28 11:51:25 2016 -0500 ---------------------------------------------------------------------- content/twitter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/cc297472/content/twitter.html ---------------------------------------------------------------------- diff --git a/content/twitter.html b/content/twitter.html index 9239acb..b11f84b 100644 --- a/content/twitter.html +++ b/content/twitter.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <html> -<body onload="http://platform.twitter.com/widgets.js"> - <a class="twitter-timeline" data-width="600" href="https://twitter.com/ApacheJuneau"></a> <script async src="http://platform.twitter.com/widgets.js" charset="utf-8"></script> +<body> + <a class="twitter-timeline" data-width="600" href="https://twitter.com/ApacheJuneau"></a> <script src="http://platform.twitter.com/widgets.js" charset="utf-8"></script> </body> </html>
