Skip to content

Commit 1993905

Browse files
committed
[css-overflow] Fix double-brackets around subject part of feedback URL (unescaped, too).
1 parent c384120 commit 1993905

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-overflow/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 April 2013</h2>
166166
<dt>Feedback:
167167

168168
<dd><a
169-
href="mailto:www-style@w3.org?subject=%5B[css-overflow]%5D%20feedback">www-style@w3.org</a>
169+
href="mailto:www-style@w3.org?subject=%5Bcss-overflow%5D%20feedback">www-style@w3.org</a>
170170
with subject line “<kbd>[css-overflow] <var>… message topic
171171
</var></kbd>” (<a
172172
href="http://lists.w3.org/Archives/Public/www-style/"

css-overflow/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
139139
<dd>Maintained in document (only editor's draft is current)
140140

141141
<dt>Feedback:</dt>
142-
<dd><a href="mailto:www-style@w3.org?subject=%5B[css-overflow]%5D%20feedback"
142+
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-overflow%5D%20feedback"
143143
>www-style@w3.org</a>
144144
with subject line &ldquo;<kbd>[css-overflow]
145145
<var>&hellip; message topic &hellip;</var></kbd>&rdquo;

0 commit comments

Comments
 (0)