Skip to content

Commit b161e57

Browse files
committed
add status codes to issuegen
--HG-- extra : rebase_source : 0e86d15819ba2a5310764f5d1d29a7eb634a4fa3
1 parent e2e9c79 commit b161e57

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/issuegen.pl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
Draft: http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/
2525
Title: CSS Text Decoration Level 3
2626
... anything else you want here, except 4 dashes ...
27+
... note: known status codes are Accepted/OutOfScope/Invalid/Rejected/Retracted
2728
2829
----
2930
Issue 1.
@@ -71,6 +72,7 @@
7172

7273
# And print it
7374
print OUT "<pre class='$code' id='issue-$index'>\n";
75+
s/</&lt;/g;
7476
s/(http\S+)/<a href="\1">\1<\/a>/g;
7577
print OUT;
7678
print OUT "</pre>\n";

0 commit comments

Comments
 (0)