File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -236,11 +236,12 @@ function show_header()
236236else
237237 $ smflogo = './Themes/default/images/smflogo.gif ' ;
238238
239- echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
240- <html xmlns="http://www.w3.org/1999/xhtml" ' , !empty ($ txt ['lang_rtl ' ]) ? ' dir="rtl" ' : '' , '>
241- <head>
242- <meta http-equiv="Content-Type" content="text/html; charset= ' , isset ($ txt ['lang_character_set ' ]) ? $ txt ['lang_character_set ' ] : 'UTF-8 ' , '" />
243- <title> ' , $ txt ['title ' ], '</title>
239+ echo '<!DOCTYPE html>
240+ <html ' , $ txt ['lang_rtl ' ] == true ? ' dir="rtl" ' : '' , '>
241+ <head>
242+ <meta charset=" ' , isset ($ txt ['lang_character_set ' ]) ? $ txt ['lang_character_set ' ] : 'UTF-8 ' , '">
243+ <meta name="robots" content="noindex">
244+ <title> ' , $ txt ['title ' ], '</title>
244245
245246 <style type="text/css">
246247 body
You can’t perform that action at this time.
0 commit comments