diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2012-01-06 20:18:46 -0500 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2012-01-06 20:18:46 -0500 |
commit | f4e482e665c84f8e670b3748678d648e8a3df3b4 (patch) | |
tree | d2f2eb363645e304eb46e51e235a65f42a48e3d9 /archive.html | |
parent | 7bf43648d58b4456d2ddf91ca8663d5c75b45331 (diff) |
Fixed copyright character
My editing the pages in Vim somehow messed up the
copyright character, so I changed it to use the HTML
copyright symbol encoding instead of trying to embed
it as an actual character.
Diffstat (limited to 'archive.html')
-rwxr-xr-x | archive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive.html b/archive.html index 641a1b4..19f53ad 100755 --- a/archive.html +++ b/archive.html | |||
@@ -143,7 +143,7 @@ systems on multicore platforms: Theory and Practice</a>. The workshop, which is | |||
143 | </div> | 143 | </div> |
144 | </div> | 144 | </div> |
145 | <div id="footer"> | 145 | <div id="footer"> |
146 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright © UNC | Based on a Design by Aaron Block | <a href="maintainers.html">Site Maintainers</a></p> | 146 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright © UNC | Based on a Design by Aaron Block | <a href="maintainers.html">Site Maintainers</a></p> |
147 | </div> | 147 | </div> |
148 | 148 | ||
149 | </div> | 149 | </div> |