1.1 --- a/java/nekurak.net-web/web/WEB-INF/tags/nekurak/hlasovani.tag Wed Apr 28 00:04:13 2010 +0200
1.2 +++ b/java/nekurak.net-web/web/WEB-INF/tags/nekurak/hlasovani.tag Wed Apr 28 00:22:30 2010 +0200
1.3 @@ -3,8 +3,6 @@
1.4 xmlns:c="http://java.sun.com/jsp/jstl/core"
1.5 xmlns:fmt="http://java.sun.com/jsp/jstl/fmt"
1.6 xmlns:fn="http://java.sun.com/jsp/jstl/functions"
1.7 - xmlns:svg="http://www.w3.org/2000/svg"
1.8 - xmlns:xlink="http://www.w3.org/1999/xlink"
1.9 version="2.0">
1.10
1.11 <jsp:directive.attribute name="podnik" type="java.lang.Integer" required="true" description="ID podniku"/>
1.12 @@ -27,9 +25,7 @@
1.13
1.14 <c:choose>
1.15 <c:when test="${svgUvnitrXhtml}">
1.16 - <svg version="1.1"
1.17 - baseProfile="full"
1.18 - xmlns="http://www.w3.org/2000/svg"
1.19 + <svg xmlns="http://www.w3.org/2000/svg"
1.20 xmlns:xlink="http://www.w3.org/1999/xlink"
1.21 width="200" height="200">
1.22
2.1 --- a/java/nekurak.net-web/web/WEB-INF/tags/nekurak/stranka.tag Wed Apr 28 00:04:13 2010 +0200
2.2 +++ b/java/nekurak.net-web/web/WEB-INF/tags/nekurak/stranka.tag Wed Apr 28 00:22:30 2010 +0200
2.3 @@ -14,9 +14,7 @@
2.4 doctype-root-element="html"
2.5 omit-xml-declaration="false"/>
2.6
2.7 - <html xmlns="http://www.w3.org/1999/xhtml"
2.8 - xmlns:svg="http://www.w3.org/2000/svg"
2.9 - xmlns:xlink="http://www.w3.org/1999/xlink">
2.10 + <html xmlns="http://www.w3.org/1999/xhtml">
2.11 <head>
2.12 <c:choose>
2.13 <c:when test="${titulek == null}">