This is a quick hack for Ninja Super Submit -
If you would like the title added as the title_alias also you can add this line:
$row->title_alias = ampReplace( $row->title );
in components/com_ninja_super_submit/ninja_super_submit.php
right after this line:
$row->title = ampReplace( $row->title );
:P
General