Skip to content

Commit e3d4935

Browse files
committed
[css-scroll-snap] Update DoC
1 parent 75a6640 commit e3d4935

3 files changed

Lines changed: 174 additions & 118 deletions

File tree

bin/issuegen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
$status = 'open';
181181
}
182182
# Colorize WG response
183-
if (/^(?:Closed|Open):\s+(\S+)$/) {
183+
if (/^(?:Closed|Open):\s+(\S+)/) {
184184
$code = $statusStyle{lc $1};
185185
$_ = '<span class="' . $code . '">' . $_ . '</span>';
186186
}

0 commit comments

Comments
 (0)