diff --git a/public/templates/topic.tpl b/public/templates/topic.tpl index 9a93699f64..6f31fec8bf 100644 --- a/public/templates/topic.tpl +++ b/public/templates/topic.tpl @@ -269,7 +269,7 @@ // Spawn a 'deleted' notice at the top of the page deleteNotice.setAttribute('id', 'thread-deleted'); deleteNotice.className = 'alert'; - deleteNotice.innerHTML = 'This thread has been deleted. Only users with thread management privileges can see it.

Home'; + deleteNotice.innerHTML = 'This thread has been deleted. Only users with thread management privileges can see it.'; document.getElementById('content').insertBefore(deleteNotice, threadEl); thread_state.deleted = '1';