small fix
This commit is contained in:
parent
b43d3667a9
commit
3433d67ba8
|
@ -62,7 +62,7 @@ class WritingConference
|
||||||
# end
|
# end
|
||||||
# title << self.year
|
# title << self.year
|
||||||
|
|
||||||
title.join(', ')
|
title = title.join(', ')
|
||||||
title.gsub(/\s+/, "").chomp(",")
|
title.gsub(/\s+/, "").chomp(",")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue