[accordion] Issue with inner a hrefs.

[accordion] Issue with inner a hrefs.


I feel kind of silly. I've poured over accordion documentation over
two sites and I'm not seeing anything to resolve my issue.
First, here is the HTML Code:
<li>
<span class="ui-accordion-left"></span>
<a href="#" class="ui-accordion-link">System : Who's
Online <span class="ui-accordion-right"></span></a>
<div>
        <a href="/stuff/" class="action">Remove Application From Role</a>
<fieldset><legend>Available Permissions:</legend>
            <input type="checkbox" name="permission_id" value="5_9" CHECKED
class="checkbox"> Boot Account<br />
<input type="checkbox" name="permission_id"
value="5_10" CHECKED class="checkbox"> Refresh Account<br />
<input type="checkbox" name="permission_id"
value="5_15" CHECKED class="checkbox"> Reset Population<br />
</fieldset>
</div>
</li>
The issue?
I have 2 <a href=""></a>'s. One of them is classed with class="ui-
accordion-link" - It has a tab and works beautifully.
The 2nd one href: <a href="/stuff/" class="action">Remove Application
From Role</a> - It ALSO has a tab and ... ?! I don't want it too.
Am I the only one attempting to use the accordion with more than 1 <a
href=""></a>?