feedback
feedback copied to clipboard
Bug special characters '
Hello !
I use Rails 3.1 and when I call method feedback_tab from helper, " ' " quote is replaced by html code '. I've temporarily fixed it by writing by myself :
<script type="text/javascript">$(document).ready(function() { $('.feedback_link').feedback({tabPosition: 'top'}); });</script>
Otherwise, great job
Nice catch! Thank you for reporting this issue.