raster pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=a5a6bc9918009c84492b3d9b79da3392a1d727a9
commit a5a6bc9918009c84492b3d9b79da3392a1d727a9 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jul 10 22:46:35 2017 +0900 www - forgot to end script tag fix last commit --- public_html/lib/tpl/e/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/lib/tpl/e/footer.html b/public_html/lib/tpl/e/footer.html index 66bed25..a7d2bf3 100644 --- a/public_html/lib/tpl/e/footer.html +++ b/public_html/lib/tpl/e/footer.html @@ -185,3 +185,4 @@ iframe.setAttribute('src', 'https://kiwiirc.com/client/irc.freenode.net/?nick=' + nick + '&theme=cli#e'); iframe.setAttribute('style', 'border:0; width:450px; height:500px;'); document.getElementById('ircbubble').appendChild(iframe); +</script> --
