Added by Joe Blauer almost 16 years ago
Has anyone noticed that typing valid javascript (complete with script tags) in the body of an issue comment, executes that javascript (and doesn't display it) when that comment is edited?
<script type="text/javascript">
alert("Uh oh!");
</script>
Fixed in r2143.