Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

→ in title

edited August 2010 in Vanilla 1.0 Help
Hi, when I view a categories page where that category has a parent, the title which uses $category->Name has the following code:
<title>Parent &rarr; Child</title>
However, later in the page the $category->Name shows up correctly:
<div class="SubTab">↳ Parent &rarr; Child</div>

Somewhere something is turning &rarr; into &amp;rarr; but I can't find where.
Tagged:
Sign In or Register to comment.