It looks like the datePublished span should have been nested inside
of the rdetail_value span of the rdetail_publisher li, but was not.
This commit moves it to be nesed in that span. It was hard to see
in the code, but in View Source, it really looked out of place.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
<span property="location">[% attrs.pubplace | html; %]</span>
[%- END; %]
<span property="name">[% attrs.publisher | html; %]</span>
- </span>
[%- IF attrs.pubdate; %]
<span property="datePublished">[% attrs.pubdate | html; %]</span>
[%- END; %]
+ </span>
[%-
IF attrs.graphic_pubinfos.size > 0;
FOR entry IN attrs.graphic_pubinfos;