From 9bd0169b14c9154b5e03bbd4ecbe079f02017c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 28 Feb 2014 00:02:27 +0100 Subject: [PATCH] Fix errornous merge in chat.tpl --- template/chat.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/chat.tpl b/template/chat.tpl index cd7b9e6..3740c1f 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -3,8 +3,8 @@ {if $room}{$room} - {/if}{lang}chat.global.title{/lang} - {PAGE_TITLE|language} + {include file='headInclude' sandbox=false} {if $room} - {include file='headInclude' sandbox=false} {include file='javascriptInclude' application='chat'}