diff --git a/app/View/Threads/view.ctp b/app/View/Threads/view.ctp index 2a0372084..295e68d33 100644 --- a/app/View/Threads/view.ctp +++ b/app/View/Threads/view.ctp @@ -1,7 +1,7 @@

' . h($thread['Thread']['title']) . ''; + echo '' . h($thread['Thread']['title']) . ''; } else { echo h($thread['Thread']['title']); }