Displaying 2 results from an estimated 2 matches for "60b0b0".
2010 Apr 22
1
Offending Line Break
...d correctly
on the Index Page. A review of the header.html code revealed an offending <br>
on line 18. Removing the <br> corrected the alignment problem.
The old code read as;
<table CELLPADDING="3">
<tr ALIGN=CENTER>
<th COLSPAN="2" BGCOLOR="#60B0B0">
<a href="http://www.networkupstools.org" target="new">
<IMG SRC="nut-banner.png"></a>
<br> <<<<<<------------ Offending <br>
</th>
</tr>
My revised code reads as;
<table CELLPADDING="3&...
2007 May 25
0
Patch -- SVN revision in the version string
...=
--- clients/upsset.c (revision 916)
+++ clients/upsset.c (working copy)
@@ -145,7 +145,7 @@
printf("<TABLE CELLPADDING=\"5\" CELLSPACING=\"0\" ALIGN=\"CENTER\" WIDTH=\"100%%\">\n");
printf("<TR><TH COLSPAN=2 BGCOLOR=\"#60B0B0\">\n");
printf("<FONT SIZE=\"+2\">Network UPS Tools upsset %s</FONT>\n",
- UPS_VERSION);
+ upsversion());
printf("</TH></TR>\n");
}
Index: clients/upsstats.c
================================================================...