It's a bug. You need to make a small change to the template code.
(1) Open this file for editing -
/components/com_comment/joscomment/templates/modern/index.html
(2) Search for this line...
<a id='JOOMLACOMMENT_RSS' onclick='{BUTTON_RSS_URL}' title='{_JOOMLACOMMENT_RSS}'>{_JOOMLACOMMENT_RSS}</a>
...and replace with this -
<a id='JOOMLACOMMENT_RSS' href='{BUTTON_RSS_URL}' title='{_JOOMLACOMMENT_RSS}'>{_JOOMLACOMMENT_RSS}</a>
Not sure how I let that one get through.
To
disable the RSS button, it's in the Security tab as "Enable comment feed (RSS)".
*Moved to Bug Report forum and stickied, will be unstuck when RC2 is released*