summaryrefslogtreecommitdiffstats
path: root/projects.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 /projects.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 'projects.html')
-rwxr-xr-xprojects.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects.html b/projects.html
index d828a33..370355e 100755
--- a/projects.html
+++ b/projects.html
@@ -52,7 +52,7 @@
52 </ul> 52 </ul>
53 </div> 53 </div>
54 <div id="footer"> 54 <div id="footer">
55 <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> 55 <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>
56 </div> 56 </div>
57 </div> 57 </div>
58 </div> 58 </div>