this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #8 from websages/bug/bad-head-html

Fix for Javascript error, bad nesting

+15 -17
+15 -17
htdocs/thtml/index.thtml
··· 2 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 3 3 4 4 <head> 5 - <title>tumblefish.<!-- tmpl_var name="page-title" --></title> 6 - <script type="text/javascript"> 7 - 8 - var _gaq = _gaq || []; 9 - _gaq.push(['_setAccount', 'UA-24593498-1']); 10 - _gaq.push(['_trackPageview']); 5 + <title>tumblefish.<!-- tmpl_var name="page-title" --></title> 6 + <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" /> 7 + <!-- Google Analytics (Legacy) --> 8 + <script type="text/javascript"> 9 + var _gaq = _gaq || []; 10 + _gaq.push(['_setAccount', 'UA-24593498-1']); 11 + _gaq.push(['_trackPageview']); 11 12 12 - (function() { 13 - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 14 - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 15 - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 16 - })(); 17 - 18 - 19 - <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> 20 - </head> 21 - </script> 13 + (function() { 14 + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 15 + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 16 + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 17 + })(); 18 + </script> 19 + <!-- Twitter Cards --> 20 + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> 22 21 23 - <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" /> 24 22 </head> 25 23 26 24 <body>