Index: šablona/stránka.xsl
===================================================================
--- šablona/stránka.xsl	(revision 15:cfb2fc0ca242)
+++ šablona/stránka.xsl	(revision 16:addd255c39c9)
@@ -28,4 +28,7 @@
 		<html>
 			<head>
+				<xsl:if test="$podporaZaostalýchProhlížečů">
+					<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+				</xsl:if>
 				<title><xsl:value-of select="g:stránka/g:nadpis"/></title>
 				<link title="Novinky (Atom)" href="atom.xml" type="application/atom+xml" rel="alternate"/>
@@ -98,5 +101,5 @@
 			<xsl:when test="$hodnota &gt;= 0 and $hodnota &lt;= 100">				
 				<div style="border: 1px solid black; width: {$šířkaGrafu}px; height: 16px; padding: 0px; text-align: center; background-color: #cfc;">			
-					<div style="margin: 0px; background-color: #A4E666; width: {@hodnota*$šířkaGrafu div 100}px; height: 16px;"/>
+					<div style="margin: 0px; background-color: #A4E666; width: {@hodnota*$šířkaGrafu div 100}px; height: 16px;"><xsl:call-template name="varováníRetardace"/></div>
 					<p style="margin: 0px; font-size: 12px; position: relative; top: -15px;">
 						<xsl:value-of select="@hodnota"/>/100
