STR #1316: fixed two html tags

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5184 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2006-06-07 19:43:23 +00:00
parent d2f9ebf9b9
commit 007fc30ca4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>.