diff options
author | Björn Gustavsson <[email protected]> | 2009-12-07 17:02:29 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2009-12-07 17:02:29 +0100 |
commit | d61cc6e240328b8f1d9e1e13117d580d6baa7a48 (patch) | |
tree | ff11ed04a8fca16fb970cd038df421387d2eb0e1 | |
parent | 5b4c201e794fd1cced21e8d54e83ae498e5372b6 (diff) | |
download | otp-d61cc6e240328b8f1d9e1e13117d580d6baa7a48.tar.gz otp-d61cc6e240328b8f1d9e1e13117d580d6baa7a48.tar.bz2 otp-d61cc6e240328b8f1d9e1e13117d580d6baa7a48.zip |
Add some more space after "New topic branch"
-rwxr-xr-x | page | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ foreach (`git log --oneline --first-parent dev..pu`) { my $text = $cooking{$topic}; unless (defined $text) { - print "<p><i>New topic branch</i>\n"; + print "<p><i>New topic branch</i>\n<p>\n"; } else { $text =~ s/\n\n/$&<p>/g; print "<p>$text\n" if $text ne ''; |