my $slug = make_slug $data{title};
$tree->find('title')->replace_content("$data{title} | ledparts4you");
$tree->find('h2')->replace_content($data{title});
- $tree->fid('summary')->replace_content($data{summary});
+ my $summary_literal = HTML::Element::Library::super_literal $data{summary};
+ $tree->fid('summary')->replace_content($summary_literal);
$tree->look_down(rel => 'canonical')->attr(href => "/details/$id/$slug");
$tree->fid('pictures')->find('li')->iter3(\@pics, \&details_list_element);
$tree->fid('jsonld')->replace_content(encode_json product_to_schemaorg '', %data);
<h2>Item</h2>
<p>Go to <a href="/">order form</a>.
-<p id="summary"></p>
+<div id="summary"></div>
<ul id="pictures"><li><a href="https://example.org"><img src="https:/example.org"></a></ul>
Go to <a href="/">order form</a>.