Index: net/httpd/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/httpd/current/ChangeLog,v retrieving revision 1.12 diff -u -r1.12 ChangeLog --- net/httpd/current/ChangeLog 9 Mar 2004 10:45:44 -0000 1.12 +++ net/httpd/current/ChangeLog 16 Aug 2004 20:28:33 -0000 @@ -1,3 +1,7 @@ +2004-08-16 Peter Korsgaard + + * src/monitor.c: Added missing spaces in multi-line HTML strings. + 2004-03-09 Nick Garnett * include/httpd.h: Index: net/httpd/current/src/monitor.c =================================================================== RCS file: /cvs/ecos/ecos-opt/net/net/httpd/current/src/monitor.c,v retrieving revision 1.5 diff -u -r1.5 monitor.c --- net/httpd/current/src/monitor.c 21 Oct 2003 18:53:27 -0000 1.5 +++ net/httpd/current/src/monitor.c 16 Aug 2004 20:28:37 -0000 @@ -170,7 +170,7 @@ */ static char monitor_index_blurb[] = -"

This is the eCos System Monitor. It presents a simple web monitor" +"

This is the eCos System Monitor. It presents a simple web monitor " "and control interface for eCos systems.\n" "

Use the navigation bar at the bottom of each page to explore." ; @@ -321,14 +321,14 @@ */ static char thread_edit_blurb[] = -"

This table contains an entry for each property of the thread" +"

This table contains an entry for each property of the thread " "that you can edit. The properties are:\n" -"

State: Change thread's state. The Suspend button" -"will suspend the thread. The Run button will undo any previous" -"suspends. The Release button will release the thread out of" +"

State: Change thread's state. The Suspend button " +"will suspend the thread. The Run button will undo any previous " +"suspends. The Release button will release the thread out of " "any sleep it is currently in.\n" "

Priority: Change the thread's priority.\n" -"

Once the new state has been selected, press the Submit" +"

Once the new state has been selected, press the Submit " "button to make the change, or Reset to clear it." ; @@ -1192,8 +1192,8 @@ #endif static char cyg_monitor_instrument_blurb1[] = -"

Use the checkboxes to enable the events to be recorded. Click" -"the Submit button to start recording. Click the Clear" +"

Use the checkboxes to enable the events to be recorded. Click " +"the Submit button to start recording. Click the Clear " "button to clear all instrumentation and to stop recording." ;