Standard fix
This commit is contained in:
@@ -23,7 +23,7 @@ module Adamantium
|
|||||||
end
|
end
|
||||||
|
|
||||||
def authors
|
def authors
|
||||||
self.book_author.split(";").join(" ")
|
book_author.split(";").join(" ")
|
||||||
end
|
end
|
||||||
|
|
||||||
def status_colour
|
def status_colour
|
||||||
|
@@ -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|
|
xml.channel do |channel|
|
||||||
channel.title "Daniel Nitsikopoulos"
|
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|
|
xml.channel do |channel|
|
||||||
channel.title "Daniel Nitsikopoulos"
|
channel.title "Daniel Nitsikopoulos"
|
||||||
|
Reference in New Issue
Block a user