aboutsummaryrefslogtreecommitdiff
path: root/src/devlist.cpp
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2012-04-26 12:25:00 -0400
committerArjan van de Ven <arjan@linux.intel.com>2012-04-26 12:25:00 -0400
commitd643a53a2a823a6430962f4799c0dce839bb9fba (patch)
tree45ff297729738c4674a0bd6e8234caef1791cdc4 /src/devlist.cpp
parenta705302cefbac29d1f934eb483596b963c2cbd66 (diff)
downloadpowertop-2.0-v2-d643a53a2a823a6430962f4799c0dce839bb9fba.tar.gz
Turn the HTML report into an easier to browse HTML "application"
Diffstat (limited to 'src/devlist.cpp')
-rw-r--r--src/devlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devlist.cpp b/src/devlist.cpp
index ce86748..b20cb27 100644
--- a/src/devlist.cpp
+++ b/src/devlist.cpp
@@ -331,7 +331,7 @@ void report_show_open_devices(void)
sprintf(prev, "%s", (*target)[i]->comm);
}
if (reporttype)
- fprintf(reportout.http_report,"</table>\n");
+ fprintf(reportout.http_report,"</table></div>\n");
else
fprintf(reportout.csv_report,"\n");
}