Standard fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
xml.instruct! "xml-stylesheet", {:href=>"/assets/style.xslt", :type=>"text/xsl"}
|
||||
xml.instruct! "xml-stylesheet", {href: "/assets/style.xslt", type: "text/xsl"}
|
||||
|
||||
xml.channel do |channel|
|
||||
channel.title "Daniel Nitsikopoulos"
|
||||
|
@@ -1,4 +1,4 @@
|
||||
xml.instruct! "xml-stylesheet", {:href=>"/assets/style.xslt", :type=>"text/xsl"}
|
||||
xml.instruct! "xml-stylesheet", {href: "/assets/style.xslt", type: "text/xsl"}
|
||||
|
||||
xml.channel do |channel|
|
||||
channel.title "Daniel Nitsikopoulos"
|
||||
|
@@ -1,2 +1,2 @@
|
||||
xml.instruct!
|
||||
xml << yield
|
||||
xml << yield
|
||||
|
Reference in New Issue
Block a user