Tidy up the html
authorPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 22 Mar 2002 01:33:08 +0000 (01:33 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 22 Mar 2002 01:33:08 +0000 (01:33 +0000)
Intro.html

index e92928c11ecde0edbefa97340a9b6d139170546a..06013902597b2684eee24d23b39aa59b1ecd6f1a 100644 (file)
@@ -9,12 +9,12 @@
 <b>tkinspect</b> is an inspector for Tk applications.  It uses Tk's
 <tt>send</tt> command to retreive infomation from other Tk
 applications.  When you choose an application through the
-<b>File/Select Interpreter</b> menu, <a href=Lists.html>lists</a> will
+<b>File/Select Interpreter</b> menu, <a href="Lists.html">lists</a> will
 be filled with the names of the procs, globals, and windows the the
 application.  Clicking on one of those names will fill the <a
-href=Value.html>value window</a> with the definition of the proc, the
+href="Value.html">value window</a> with the definition of the proc, the
 value of the global variable, or various information about the window.
-The <a href=Value.html>value window</a> is editable and its contents
+The <a href="Value.html">value window</a> is editable and its contents
 can be sent back to the selected application.<p>
 
 Tcl commands can be sent to the seleted application using the
@@ -27,23 +27,23 @@ For further information, select a topic from the help window's
 <b>Topics</b> menu or from the list below:
 
 <ul>
-  <li> <a href=Intro.html>Tkinspect Introduction</a>
-  <li> <a href=Value.html>The Value Window</a>
-  <li> <a href=Lists.html>The Lists</a>
+  <li> <a href="Intro.html">Tkinspect Introduction</a>
+  <li> <a href="Value.html">The Value Window</a>
+  <li> <a href="Lists.html">The Lists</a>
        <ul>
-        <li> <a href=Procs.html>The Procs List</a>
-        <li> <a href=Globals.html>The Globals List</a>
-        <li> <a href=Windows.html>The Windows List</a>
-        <li> <a href=Images.html>The Images List</a>
-        <li> <a href=Canvases.html>The Canvases List</a>
-        <li> <a href=Menus.html>The Menus List</a>
+        <li> <a href="Procs.html">The Procs List</a>
+        <li> <a href="Globals.html">The Globals List</a>
+        <li> <a href="Windows.html">The Windows List</a>
+        <li> <a href="Images.html">The Images List</a>
+        <li> <a href="Canvases.html">The Canvases List</a>
+        <li> <a href="Menus.html">The Menus List</a>
        </ul>
-  <li> <a href=Miscellany.html>Miscellany</a>: how <b>tkinspect</b>
+  <li> <a href="Miscellany.html">Miscellany</a>: how <b>tkinspect</b>
        starts up, how to customize, etc.
-  <li> <a href=Notes.html>Notes</a>: notes about <b>tkinspect</b>
-  <li> <a href=WhatsNew.html>Whats New</a>: what's new in this
+  <li> <a href="Notes.html">Notes</a>: notes about <b>tkinspect</b>
+  <li> <a href="WhatsNew.html">Whats New</a>: what's new in this
        version.
-  <li> <a href=ChangeLog.html>Tkinspect ChangeLog</a>: a detailed list
+  <li> <a href="ChangeLog">Tkinspect ChangeLog</a>: a detailed list
        of changes.
 </ul>