hi Jlex,

I did a couple of small SEO improvements recommended by Google. Could you please integrate them into next release? Thanks

plugins > content > jlexcomment > jlexcomment.php > line 375
$icon = '<img alt="" src="'.JUri::base(true).'/plugins/content/jlexcomment/assets/icon.png" />';
components > com_jlexcomment > assets > script.js > line 2803
rcEl.find('._tbox').append('<a href="#" onclick="return false;" class="_react" rel="nofollow"></a>');
modules > mod_jlexcomment > tmpl > default_latest_comment.php > line 21
<img alt="" class="jcm-mod-thumb" src="<?php echo $cm->author_thumb ?>" />
default_form.php > line 46
<div class="jcm-textarea" data-name="comment" tabindex="0" role="textbox" aria-multiline="true" aria-label="comment" contenteditable="true" data-role="editable" name="comment"></div>