From 57ba62795588ca78dd9c0f8ffc80ff1b9e1bdaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 2 May 2014 21:29:52 +0200 Subject: [PATCH] line in notes detected --- hardware/Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware/Rakefile b/hardware/Rakefile index 8f59770..0124368 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -353,6 +353,7 @@ targets.each do |target| File.open(t.name,"w") do |notes_file| notes_data.each do |note| next unless note['note'] + note['note'] = note['note'].gsub('. ',".\n").gsub(/\n+$/,'') notes_file.puts "#{note['refdes']}:\n#{note['note']}\n\n" end end