Created by: bobthecow
bootstrap-tooltip incorrectly identifies strings which containing html entities (but not tags) as "text". For example:
<a title="this is rad!">hover</a>
<script>$('a').tooltip();</script>
The tooltip title will be treated as text rather than HTML.