~divmod-dev/divmod.org/request-uri-2562

« back to all changes in this revision

Viewing changes to Nevow/examples/chatola/Chatola.html

  • Committer: pjd
  • Date: 2008-03-24 16:27:18 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:15202
Merge cleanup-2551

Author: pjd
Reviewer: washort
Fixes #2551

This corrects a number of typos and other miscellaneous problems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <title>
6
6
            Nevow Chatola
7
7
        </title>
8
 
        <script language="javascript">
 
8
        <script type="text/javascript">
9
9
function focusInput() {
10
10
    var il = document.inputForm.inputLine;
11
11
    il.focus();