summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-03-26 18:51:07 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-03-26 18:51:07 +0000
commitba95cce4a87aa91afffa5dcef5e4daa117bb48d1 (patch)
tree06fe555a81201aafd2538640e341558ca9264e79
parentae36f91c3b4779471cff6df2bce82c9ff4adf0e4 (diff)
Fix HTML errors...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2042 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/fluid.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/fluid.html b/documentation/fluid.html
index 99dfd880e..0520c1831 100644
--- a/documentation/fluid.html
+++ b/documentation/fluid.html
@@ -130,7 +130,7 @@ show you how to generate a complete user interface class with
FLUID that is used for the CubeView program provided with FLTK.
<P ALIGN=CENTER><IMG SRC="cubeview.gif" ALT="CubeView demo."><BR>
-<I>Figure 9-2: CubeView demo.<I></P>
+<I>Figure 9-2: CubeView demo.</I></P>
<P>The window is of class CubeViewUI, and is completely generated by FLUID, including
class member functions. The central display of the cube is a separate
@@ -941,7 +941,7 @@ menus, and browsers.
<P ALIGN="CENTER"><IMG src="fluid_widget_cxx.gif" ALT="The FLUID widget C++ attributes."><BR>
<I>Figure 9-10: The FLUID widget C++ attributes.</I></P>
-<H3>C++ Attributes</A></H3>
+<H3>C++ Attributes</H3>
<H4>Class</H4>
@@ -1047,8 +1047,8 @@ pointer types are ok, and <tt>long</tt> is usually ok, too.
<H4>When (pulldown menu)</H4>
<P>When to do the callback. This can be <B>Never</B>,
-<B>Changed</B>, <B>Release<B>, or <B>Enter Key</B>. The value of
-<B>Enter Key<B/> is only useful for text input fields.
+<B>Changed</B>, <B>Release</B>, or <B>Enter Key</B>. The value of
+<B>Enter Key</B> is only useful for text input fields.
<P>There are other rare but useful values for the
<tt>when()</tt> field that are not in the menu. You should use