Add descriptive text describing html interaction.

Test: Ran and verified html output is viewable.
Change-Id: I54771bc9b536ff8fbc62dc7e5aac2caa22765e30
This commit is contained in:
Christopher Ferris
2018-06-04 15:04:33 -07:00
parent 4cb768402c
commit fbd84e9255

View File

@@ -322,7 +322,9 @@ label {
font-family: Roboto Mono,monospace;
cursor: pointer
}
</style></head><body>Native allocation HTML viewer<ol>
</style></head><body>Native allocation HTML viewer<br><br>
Click on an individual line to expand/collapse to see the details of the
allocation data<ol>
"""
html_footer = "</ol></body></html>"