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 /people.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 'people.html')
-rwxr-xr-x | people.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/people.html b/people.html index 72cebc0..cc7efee 100755 --- a/people.html +++ b/people.html | |||
@@ -96,7 +96,7 @@ | |||
96 | </ul> | 96 | </ul> |
97 | </div> | 97 | </div> |
98 | <div id="footer"> | 98 | <div id="footer"> |
99 | <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> | 99 | <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> |
100 | </div> | 100 | </div> |
101 | </div> | 101 | </div> |
102 | </body> | 102 | </body> |