Mercurial > ecos-v3_0-branch
changeset 1718:81ee8c3c3d7b
* src/monitor.c: Added missing spaces in multi-line HTML strings.
| author | asl |
|---|---|
| date | Tue, 17 Aug 2004 16:14:39 +0000 |
| parents | fc3e63dcb859 |
| children | 6edb211aff56 |
| files | packages/net/httpd/current/ChangeLog packages/net/httpd/current/src/monitor.c |
| diffstat | 2 files changed, 12 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/httpd/current/ChangeLog +++ b/packages/net/httpd/current/ChangeLog @@ -1,3 +1,7 @@ +2004-08-16 Peter Korsgaard <jacmet@sunsite.dk> + + * src/monitor.c: Added missing spaces in multi-line HTML strings. + 2004-03-09 Nick Garnett <nickg@calivar.com> * include/httpd.h:
--- a/packages/net/httpd/current/src/monitor.c +++ b/packages/net/httpd/current/src/monitor.c @@ -170,7 +170,7 @@ static void draw_navbar( FILE *client ) */ static char monitor_index_blurb[] = -"<p>This is the eCos System Monitor. It presents a simple web monitor" +"<p>This is the eCos System Monitor. It presents a simple web monitor " "and control interface for eCos systems.\n" "<p>Use the navigation bar at the bottom of each page to explore." ; @@ -321,14 +321,14 @@ CYG_HTTPD_TABLE_ENTRY( cyg_monitor_show_ */ static char thread_edit_blurb[] = -"<p>This table contains an entry for each property of the thread" +"<p>This table contains an entry for each property of the thread " "that you can edit. The properties are:\n" -"<p><b>State:</b> Change thread's state. The <em>Suspend</em> button" -"will suspend the thread. The <em>Run</em> button will undo any previous" -"suspends. The <em>Release</em> button will release the thread out of" +"<p><b>State:</b> Change thread's state. The <em>Suspend</em> button " +"will suspend the thread. The <em>Run</em> button will undo any previous " +"suspends. The <em>Release</em> button will release the thread out of " "any sleep it is currently in.\n" "<p><b>Priority:</b> Change the thread's priority.\n" -"<p>Once the new state has been selected, press the <em>Submit</em>" +"<p>Once the new state has been selected, press the <em>Submit</em> " "button to make the change, or <em>Reset</em> to clear it." ; @@ -1192,8 +1192,8 @@ static cyg_uint32 instrument_flags[(CYG_ #endif static char cyg_monitor_instrument_blurb1[] = -"<p>Use the checkboxes to enable the events to be recorded. Click" -"the <em>Submit</em> button to start recording. Click the <em>Clear</em>" +"<p>Use the checkboxes to enable the events to be recorded. Click " +"the <em>Submit</em> button to start recording. Click the <em>Clear</em> " "button to clear all instrumentation and to stop recording." ;
