Open tdhooper opened 8 years ago
@mislav as we also run into this problem I would provide a patch for this problem.
would it be enought to use the first() title instead of the last one? or maybe only take <title>
attributes into accounts of top level elements?
Upstream PR erstellt
If the page contains inline SVG with a
<title>
, it will get used instead of the main<title>
for the page title.For example, a page returned with the following, will be be titled 'SVG Title'
This happens because the last title in the page is used: