I don't know if the Footer option has been in previous versions, because I always have manually created my footers. But since I'm using a template created with Ass, I figured I'd use the feature.
When I place this text into the box:
<a href='http://anywherecomputerrepair.net/contact-us'>Contact Us</a> | <a href='#'>Terms of Use</a> | <a href='#'>Privacy Statement</a><br />Copyright © 2009 Anywhere Computer Repair. All Rights Reserved.
and hit save, I get:
<a href=\'http://anywherecomputerrepair.net/contact-us\'>Contact Us</a> | <a href=\'#\'>Terms of Use</a> | <a href=\'#\'>Privacy Statement</a><br />Copyright © 2009 Anywhere Computer Repair. All Rights Reserved.
(the extra slashes were inserted to escape the ' marks enclosing the URLs)
Now my footer on the blog, shows the following link...
http://anywherecomputerrepair.net/contact-us/%5C%27http://anywherecomputerrepair.net/contact-us%5C%27
I am completely stumped!