summaryrefslogtreecommitdiff
path: root/help3/xhpeditor/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'help3/xhpeditor/index.php')
-rw-r--r--help3/xhpeditor/index.php12
1 files changed, 7 insertions, 5 deletions
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index b8647d3a..c3ac4a97 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -17,12 +17,14 @@ if ($xhp) {
$label_editing = isset($xhp_filename) ? "Editing: {$xhp_filename[0]}" : "&nbsp";
$escaped_xhp_source = htmlspecialchars($xhp, ENT_NOQUOTES);
?>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
- <title>LibreOffice XHP Editor</title>
- <link rel="shortcut icon" href="favicon.ico"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
+ <title>LibreOffice Help XHP Editor</title>
+ <meta name="description" content="Online editor to create and modify XHP help files for LibreOffice Suite. The XHP editor includes a syntax validator and preview side by side." />
+ <link rel="icon" href="favicon.ico"/>
+
<link type="text/css" rel="stylesheet" href="cm/lib/codemirror.css">
<link type="text/css" rel="stylesheet" href="cm/addon/hint/show-hint.css">
<link type="text/css" rel="stylesheet" href="cm/addon/dialog/dialog.css">
@@ -84,7 +86,7 @@ $escaped_xhp_source = htmlspecialchars($xhp, ENT_NOQUOTES);
<div id="editorpageheader">
<header>
<img class="logo" alt="LibreOffice" src="logo.png" />
- <h1>LibreOffice Documentation XHP Editor</h1>
+ <h1>LibreOffice Help XHP Editor</h1>
<p>
<?=$label_editing?>
</p>