diff --git a/examples/helphtml/htmlhelp1.lpi b/examples/helphtml/htmlhelp1.lpi
index e391e187c0..11791a3bce 100644
--- a/examples/helphtml/htmlhelp1.lpi
+++ b/examples/helphtml/htmlhelp1.lpi
@@ -1,12 +1,13 @@
-
-
+
+
+
+
-
@@ -33,9 +34,8 @@
-
-
+
@@ -53,13 +53,10 @@
-
+
-
-
-
diff --git a/examples/helphtml/unit1.pas b/examples/helphtml/unit1.pas
index 7f16e00174..5aac997817 100644
--- a/examples/helphtml/unit1.pas
+++ b/examples/helphtml/unit1.pas
@@ -30,7 +30,7 @@
How was the example created:
Put a THTMLHelpDatabase on a form.
Set AutoRegister to true.
- Set KeywordPrefix to 'HTML/' an
+ Set KeywordPrefix to 'HTML/'
Set BaseURL to 'file://html/'
Put a THTMLBrowserHelpViewer on the form.
@@ -88,7 +88,7 @@ end;
procedure TForm1.FormCreate(Sender: TObject);
begin
- HTMLHelpDatabase1.BaseURL:='/usr';
+ HTMLHelpDatabase1.BaseURL:='file://html';
end;
initialization