summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Widget.html2
-rw-r--r--documentation/functions.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Widget.html b/documentation/Fl_Widget.html
index 824ef88b6..248b27555 100644
--- a/documentation/Fl_Widget.html
+++ b/documentation/Fl_Widget.html
@@ -224,7 +224,7 @@ the program sets the stored value. </P>
<P>Hides the widget; you must still redraw the parent to see a
change in the window. Normally you want to use the <A
-HREF="#Fl_Widget.hide"><CODE>hide()</CODE> method instead.
+HREF="#Fl_Widget.hide"><CODE>hide()</CODE></A> method instead.
<H4><A NAME="Fl_Widget.clear_visible_focus">void Fl_Window::clear_visible_focus();</A></H4>
diff --git a/documentation/functions.html b/documentation/functions.html
index a6205774b..26a19b74c 100644
--- a/documentation/functions.html
+++ b/documentation/functions.html
@@ -396,7 +396,7 @@ Fl_Color fl_cursor(Fl_Cursor cursor, Fl_Color fg, Fl_Color bg);
<P>Sets the cursor for the current window to the specified shape
and colors. The cursors are defined in the <A
-HREF="enumerations.html#cursor"><CODE>&lt;FL/Enumerations.H></CODE>
+HREF="enumerations.html#cursor"><CODE>&lt;FL/Enumerations.H&gt;</CODE>
header file</A>.