Quote:
Originally Posted by Boofo
It only seems to happen when you use the quotes with a topic that doesn't exist. It the topic exists (like "testing") then I don't get the error. If I use "killing my chickens", I get the error. Does this make any sense?
|
Got it... it's here:
Code:
<script language="javascript">
window.alert("No matches found for:\n\""killing all chickens"\"");
window.close();
</script>
The double quotes aren't escaped in the javascript error message.