Skip to content

Commit

Permalink
Bring back upper case doctypes and add prettier ignore to them
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Oct 2, 2024
1 parent 5b91c04 commit 9dec627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/templates/error.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!doctype html>
<!--prettier-ignore-->
<!DOCTYPE html>
<html
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout.html}"
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/templates/search.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!doctype html>
<!--prettier-ignore-->
<!DOCTYPE html>
<html
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{layout.html}">
Expand Down

0 comments on commit 9dec627

Please sign in to comment.