--- nagios-2.5/cgi/history.c 2006-03-21 21:31:46.000000000 +0000 +++ history.c 2006-08-22 10:57:20.866507168 +0100 @@ -148,8 +148,8 @@ printf("\n"); printf("\n"); @@ -886,7 +886,7 @@ if(display_line==TRUE){ if(strcmp(last_message_date,current_message_date)!=0 && display_timebreaks==TRUE){ - printf("
\n"); + printf("
\n"); printf("
\n"); printf("
"); printf(""); @@ -894,21 +894,21 @@ printf(""); printf("


\n"); printf("\n"); - printf("
\n"); + printf("
\n"); strncpy(last_message_date,current_message_date,sizeof(last_message_date)); last_message_date[sizeof(last_message_date)-1]='\x0'; } if(display_frills==TRUE) - printf("%s",url_images_path,image,image_alt,image_alt); - printf("[%s] %s
\n",date_time,strip_plugin_html(temp_buffer)); + printf("%s",url_images_path,image,image_alt,image_alt); + printf("[%s] %s
\n",date_time,strip_plugin_html(temp_buffer)); found_line=TRUE; } } } - printf("

\n"); + printf("

\n"); if(found_line==FALSE){ printf("
\n"); @@ -916,7 +916,7 @@ if(display_type==DISPLAY_HOSTS) printf("%s",(show_all_hosts==TRUE)?"":"for this host "); else - printf("for this this service "); + printf("for this service "); printf("in %s log file

",(log_archive==0)?"the current":"this archived"); }