We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e9c79 commit b161e57Copy full SHA for b161e57
1 file changed
bin/issuegen.pl
@@ -24,6 +24,7 @@
24
Draft: http://www.w3.org/TR/2013/WD-css-text-decor-3-20130103/
25
Title: CSS Text Decoration Level 3
26
... anything else you want here, except 4 dashes ...
27
+... note: known status codes are Accepted/OutOfScope/Invalid/Rejected/Retracted
28
29
----
30
Issue 1.
@@ -71,6 +72,7 @@
71
72
73
# And print it
74
print OUT "<pre class='$code' id='issue-$index'>\n";
75
+ s/</</g;
76
s/(http\S+)/<a href="\1">\1<\/a>/g;
77
print OUT;
78
print OUT "</pre>\n";
0 commit comments