Skip to content

Commit 6f37bdf

Browse files
author
Łukasz Wieczorek
committed
Reverted XML namespace name changes
1 parent 8a3b573 commit 6f37bdf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Rguide.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<html xmlns="https://www.w3.org/1999/xhtml">
2+
<html xmlns="http://www.w3.org/1999/xhtml">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<link rel="stylesheet" type="text/css" href="styleguide.css"/>

pyguide.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<HTML xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" xmlns:fo="https://www.w3.org/1999/XSL/Format" xmlns:fn="https://www.w3.org/2005/xpath-functions">
1+
<HTML xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:fn="http://www.w3.org/2005/xpath-functions">
22
<HEAD>
33
<TITLE>Google Python Style Guide</TITLE>
44
<META http-equiv="Content-Type" content="text/html; charset=utf-8">

styleguide.xsl

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<xsl:stylesheet version="1.0"
2-
xmlns:xsl="https://www.w3.org/1999/XSL/Transform"
3-
xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
2+
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
44
xmlns:dc="http://purl.org/dc/elements/1.1/"
55
xmlns:dcq="http://purl.org/dc/qualifiers/1.0/"
6-
xmlns:fo="https://www.w3.org/1999/XSL/Format"
7-
xmlns:fn="https://www.w3.org/2005/xpath-functions">
6+
xmlns:fo="http://www.w3.org/1999/XSL/Format"
7+
xmlns:fn="http://www.w3.org/2005/xpath-functions">
88
<xsl:output method="html"/>
99
<!-- Set to 1 to show explanations by default. Set to 0 to hide them -->
1010
<xsl:variable name="show_explanation_default" select="0" />

0 commit comments

Comments
 (0)