Skip to content

Commit d46c378

Browse files
committed
Fix URL encoding of attribute values.
Also, order the attributes alphabetically by name.
1 parent b52d6ba commit d46c378

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

srfi-64.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<title>SRFI 64: A Scheme API for test suites</title>
55
<meta charset="utf-8" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="stylesheet" href="https://srfi.schemers.org/srfi.css" type="text/css" />
6+
<meta content="width=device-width, initial-scale=1" name="viewport" />
7+
<link href="https://srfi.schemers.org/srfi.css" rel="stylesheet" type="text/css" />
88
<link href="/favicon.png" rel="icon" sizes="192x192" type="image/png" />
99
<style type="text/css">
1010
/* So var inside pre gets same font as var in paragraphs. */
@@ -13,14 +13,14 @@
1313
</head>
1414

1515
<body>
16-
<h1><a href="https://srfi.schemers.org/"><img class="srfi-logo" src="https://srfi.schemers.org/srfi-logo.svg" alt="SRFI surfboard logo" /></a>64: A Scheme API for test suites</h1>
16+
<h1><a href="https://srfi.schemers.org/"><img alt="SRFI surfboard logo" class="srfi-logo" src="https://srfi.schemers.org/srfi-logo.svg" /></a>64: A Scheme API for test suites</h1>
1717

1818
<p>by Per Bothner<br />
1919
<code><a href="mailto:[email protected]">&lt;[email protected]&gt;</a></code></p>
2020

2121
<h2>Status</h2>
2222

23-
<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+64 +at+srfi+dotschemers+dot+org">srfi-64 @<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-64 ">archive</a>.</p>
23+
<p>This SRFI is currently in <em>final</em> status. Here is <a href="https://srfi.schemers.org/srfi-process.html">an explanation</a> of each status that a SRFI can hold. To provide input on this SRFI, please send email to <code><a href="mailto:srfi+minus+64%20%20+at+srfi+dotschemers+dot+org">srfi-64 @<span class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the list, follow <a href="https://srfi.schemers.org/srfi-list-subscribe.html">these instructions</a>. You can access previous messages via the mailing list <a href="https://srfi-email.schemers.org/srfi-64">archive</a>.</p>
2424
<ul>
2525
<li>Received: 2005-01-07</li>
2626
<li>Draft: 2005-01-28--2005-03-28</li>
@@ -850,7 +850,7 @@ <h2>Copyright</h2>
850850
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
851851
<hr />
852852
<address>Author: <a href="mailto:[email protected]">Per Bothner</a></address>
853-
<address>Editor: <a href="mailto:srfi minus editors at srfi dot schemers dot org">Francisco Solsona</a></address>
853+
<address>Editor: <a href="mailto:srfi%20minus%20editors%20at%20srfi%20dot%20schemers%20dot%20org">Francisco Solsona</a></address>
854854
<p>
855855
<!-- Created: Sat Sep 4 12:26:07 PDT 2004 -->
856856
<!-- hhmts start -->

0 commit comments

Comments
 (0)