Commit 6f37bdf Łukasz Wieczorek
committed
1 parent 8a3b573 commit 6f37bdf Copy full SHA for 6f37bdf
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <html xmlns =" https ://www.w3.org/1999/xhtml" >
2
+ <html xmlns =" http ://www.w3.org/1999/xhtml" >
3
3
<head >
4
4
<meta http-equiv =" Content-Type" content =" text/html; charset=UTF-8" />
5
5
<link rel =" stylesheet" type =" text/css" href =" styleguide.css" />
Original file line number Diff line number Diff line change 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 ">
2
2
< HEAD >
3
3
< TITLE > Google Python Style Guide</ TITLE >
4
4
< META http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
Original file line number Diff line number Diff line change 1
1
<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#"
4
4
xmlns:dc=" http://purl.org/dc/elements/1.1/"
5
5
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" >
8
8
<xsl : output method =" html" />
9
9
<!-- Set to 1 to show explanations by default. Set to 0 to hide them -->
10
10
<xsl : variable name =" show_explanation_default" select =" 0" />
You can’t perform that action at this time.
0 commit comments