Fix import output

This commit is contained in:
Stefan Schlott 2013-08-25 12:29:27 +02:00
parent 1fecb7b5d1
commit 86c080e782

View file

@ -89,9 +89,11 @@ puts "speakers:"
puts " -"
puts " name: #{header['referent']}"
if (header['ort'].downcase.start_with?('stadtbibliothek'))
puts "location: bib"
puts "location:"
puts " location: bib"
elsif (header['ort'].downcase.start_with?('filmhaus'))
puts "location: wand5"
puts "location:"
puts " location: wand5"
end
puts "---"
puts body