20 Jun
2019
20 Jun
'19
7:18 p.m.
On Thu, 2019-06-20 at 11:43 +0200, Martin Kletzander wrote: [...]
<!-- - jQuery(function($) { - $("#planet").rss("http://planet.virt-tools.org/atom.xml", { - ssl: true, - layoutTemplate: '<dl>{entries}</dl>', - entryTemplate: '<dt><a href="{url}">{title}</a></dt><dd>by {author} on {date}</li>', - dateFormat: 'DD MMM YYYY' - }) - }) - // --> + window.addEventListener("load", function() { fetchRSS() }); + // -->
Indentation is slightly off here. -- Andrea Bolognani / Red Hat / Virtualization