summaryrefslogtreecommitdiffstats
path: root/conferences.html
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2012-01-06 20:18:46 -0500
committerMac Mollison <mollison@cs.unc.edu>2012-01-06 20:18:46 -0500
commitf4e482e665c84f8e670b3748678d648e8a3df3b4 (patch)
treed2f2eb363645e304eb46e51e235a65f42a48e3d9 /conferences.html
parent7bf43648d58b4456d2ddf91ca8663d5c75b45331 (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 'conferences.html')
-rw-r--r--conferences.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/conferences.html b/conferences.html
index fb069a8..48bf1f2 100644
--- a/conferences.html
+++ b/conferences.html
@@ -53,7 +53,7 @@
53 </div> 53 </div>
54 </div> 54 </div>
55 <div id="footer"> 55 <div id="footer">
56 <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> 56 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0</a> | Copyright &copy; UNC | Based on a Design by Aaron Block | <a href="maintainers.html">Site Maintainers</a></p>
57 </div> 57 </div>
58 </div> 58 </div>
59</body> 59</body>