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 /papers.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 'papers.html')
-rwxr-xr-x | papers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papers.html b/papers.html index 550930f..d84935b 100755 --- a/papers.html +++ b/papers.html | |||
@@ -55,7 +55,7 @@ content container longer is the only fix I've been able to find. | |||
55 | </div> | 55 | </div> |
56 | <!-- <div id="sidebar"> <h2>Important Dates</h2> <p><b> RTCSA 2008</b>: August 25-27</p> <p><b> RTAS 2009 <i>Submission Deadline</i></b>: October?</p> <p><b> RTNS 2008</b>: October 16-17</p> <p><b> RTSS 2008</b>: November 30-December 3</p> </div> --> | 56 | <!-- <div id="sidebar"> <h2>Important Dates</h2> <p><b> RTCSA 2008</b>: August 25-27</p> <p><b> RTAS 2009 <i>Submission Deadline</i></b>: October?</p> <p><b> RTNS 2008</b>: October 16-17</p> <p><b> RTSS 2008</b>: November 30-December 3</p> </div> --> |
57 | <div id="footer"> | 57 | <div id="footer"> |
58 | <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> | 58 | <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> |
59 | </div> | 59 | </div> |
60 | </div> | 60 | </div> |
61 | </div> | 61 | </div> |