Minor modifications to Utils.php

(cherry picked from commit e6d171a4b0)

Conflicts:
	app/classes/Framadate/Utils.php
This commit is contained in:
Spanti Nicola (RyDroid) 2014-11-27 01:15:01 +01:00 committed by Olivier PEREZ
parent c3cff57bf3
commit 381c4444e3

View File

@ -55,8 +55,12 @@ class Utils {
echo '<!DOCTYPE html>
<html lang="' . $lang . '">
<head>
<meta charset="utf-8" />';
if (!empty($title)) {
echo '<title>' . stripslashes($title) . ' - ' . NOMAPPLICATION . '</title>';
} else {
echo '<title>' . NOMAPPLICATION . '</title>';
}
echo '