For \ratings\form.php when I remove the following line of code the Already Voted URL turns into a relative link. Any idea on how to correct this? I would think removing an independent DIV wouldn't cause such a weird bug...
<?php if ($voted) { ?>
<div class="col-cell eb-rating-text voted"><?php echo JText::_('COM_EASYBLOG_RATINGS_ALREADY_RATED');?>:</div>
<?php } ?>