Fix timemachine show

This commit is contained in:
2024-09-07 13:32:19 +10:00
parent e06c69ab81
commit 2a2d3ae9d1
2 changed files with 5 additions and 0 deletions

View File

@@ -204,6 +204,8 @@ module Main
results << "</#{tag}>"
end
results
rescue REXML::ParseException => e
return "<p>No excerpt</p>"
end
def attrs_to_s(attrs)