[css-overflow] Fix double-brackets around subject part of feedback URL (unescaped, too).

Thu, 04 Apr 2013 18:00:25 -0700

author
L. David Baron <dbaron@dbaron.org>
date
Thu, 04 Apr 2013 18:00:25 -0700
changeset 7920
c4706f105a19
parent 7919
28ad3e9cc91f
child 7921
0bc709e6bef5

[css-overflow] Fix double-brackets around subject part of feedback URL (unescaped, too).

css-overflow/Overview.html file | annotate | diff | comparison | revisions
css-overflow/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-overflow/Overview.html	Thu Apr 04 17:37:58 2013 -0700
     1.2 +++ b/css-overflow/Overview.html	Thu Apr 04 18:00:25 2013 -0700
     1.3 @@ -166,7 +166,7 @@
     1.4      <dt>Feedback:
     1.5  
     1.6      <dd><a
     1.7 -     href="mailto:www-style@w3.org?subject=%5B[css-overflow]%5D%20feedback">www-style@w3.org</a>
     1.8 +     href="mailto:www-style@w3.org?subject=%5Bcss-overflow%5D%20feedback">www-style@w3.org</a>
     1.9       with subject line “<kbd>[css-overflow] <var>… message topic
    1.10       …</var></kbd>” (<a
    1.11       href="http://lists.w3.org/Archives/Public/www-style/"
     2.1 --- a/css-overflow/Overview.src.html	Thu Apr 04 17:37:58 2013 -0700
     2.2 +++ b/css-overflow/Overview.src.html	Thu Apr 04 18:00:25 2013 -0700
     2.3 @@ -139,7 +139,7 @@
     2.4      <dd>Maintained in document (only editor's draft is current)
     2.5  
     2.6    <dt>Feedback:</dt>
     2.7 -    <dd><a href="mailto:www-style@w3.org?subject=%5B[css-overflow]%5D%20feedback"
     2.8 +    <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-overflow%5D%20feedback"
     2.9           >www-style@w3.org</a> 
    2.10           with subject line &ldquo;<kbd>[css-overflow] 
    2.11           <var>&hellip; message topic &hellip;</var></kbd>&rdquo;

mercurial