add doctype to template (#8040)

reviewable/pr8042/r1
Martín Fernández 3 years ago committed by GitHub
parent acfc5eec2b
commit 83554c6180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,6 +45,7 @@
return esc
end
}#
<!DOCTYPE html>
<div style="width:90%; max-width:600px; margin:0px auto; padding:5px; font-size:12pt; font-family:Georgia">
<h2 style="font-size:18pt; text-align:right;">#{= htmlescape(booknotes.title) }#</h2>
<h5 style="font-size:12pt; text-align:right; color:gray;">#{= htmlescape(booknotes.author) }#</h5>

Loading…
Cancel
Save