This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Description
From lmaroncelli:
<link rel="stylesheet" type="text/css"
href="www.info-alberghi.com/css/style.css">
is replaced with:
<style></style>
on:
http://www.info-alberghi.com/
which is on version: 1.9.32.2-4321
Here's the context for the missing <link>:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2007570-1']);
_gaq.push(['_setDomainName', 'info-alberghi.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<style></style>
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
Original issue reported on code.google.com by sligocki@google.com on 24 Feb 2015 at 4:45