summaryrefslogtreecommitdiff
path: root/documentation/basics.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-05-06 16:25:05 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-05-06 16:25:05 +0000
commit336996c7abb716844d3389df7bd7779298af3dcf (patch)
tree9afcd37ade9fcc63de2a0cfbf9962787ffff52d4 /documentation/basics.html
parentecfb817427bfe9eb3fe961bef2a25c36b73453c4 (diff)
Update documentation files to eliminate most of the warnings
and errors reported by HTML Tidy. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1454 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/basics.html')
-rw-r--r--documentation/basics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/basics.html b/documentation/basics.html
index 9d48c5751..3b4c3a8f0 100644
--- a/documentation/basics.html
+++ b/documentation/basics.html
@@ -117,7 +117,7 @@ return <A href=functions.html#run>Fl::run</A>();
</UL>
The resulting program will display the window below. You can quit the
program by closing the window or pressing the ESCape key.
-<P ALIGN=CENTER><IMG src=./hello.C.gif></P>
+<P ALIGN=CENTER><IMG src="hello.C.gif" alt="Hello, World! Window"></P>
<H3>Creating the Widgets</H3>
The widgets are created using the C++ <TT>new</TT> operator. For
most widgets the arguments to the constructor are: