We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce31d97 commit 6b739d6Copy full SHA for 6b739d6
1 file changed
bin/issuegen.pl
@@ -226,7 +226,7 @@ sub header {
226
if (/^Title:\s+(.+)$/) { $title = $1; }
227
elsif (/^Draft:\s+(\S+)/) { $url = $1; }
228
elsif (/^Shortname:\s+(\S+)/) { $shortname = $1; }
229
- else { $intro .= $_; }
+ else { $intro .= $_ . "\n"; }
230
}
231
die "Error: missing document URL or title.\n" unless ($url && $title);
232
0 commit comments