[Git][NTPsec/ntpsec][master] Deleted 1 commit: Put each img in a div, this prevents blowups

Gary E. Miller gitlab at mg.gitlab.com
Thu Aug 18 21:36:40 UTC 2016


Gary E. Miller pushed to branch master at NTPsec / ntpsec


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
0b4d9767 by Gary E. Miller at 2016-08-18T14:35:12-07:00
Put each img in a div, this prevents blowups

Without the div, when a img is not loaded, the ony indication is the
alt tag flats to the right of the previsou img.  Now it will be
inline, and a bit of a blank row

- - - - -


1 changed file:

- ntpstats/ntpviz


Changes:

=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -470,7 +470,7 @@ ntpviz</a>, part of the <a href="https://www.ntpsec.org/">NTPsec project</a>
                         pass
                 # now the graphs
                 for (imagename, _) in imagepairs:
-                    ifile.write("<img src='%s.png' alt='%s plot'>\n" % (imagename, imagename.replace('-', ' ')))
+                    ifile.write("<div><img src='%s.png' alt='%s plot'></div>\n" % (imagename, imagename.replace('-', ' ')))
                 # if footer file, add it to index.html
                 footer = os.path.join(outdir, "footer")
                 if os.path.isfile(footer):



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/0b4d9767cd47ff971302d14125b21cf40880c9f4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160818/abbfb53d/attachment.html>


More information about the vc mailing list