fix report titles

deepsource-autofix-76c6eb20
Dan Gowans 2024-06-26 09:38:12 -04:00
parent f1ffdefbf8
commit 870ad27d1d
3 changed files with 119 additions and 116 deletions

View File

@ -10,6 +10,7 @@
%>
<html>
<head>
<title>Burial Permit</title>
<style>
<%- include('style.css'); %>
</style>

View File

@ -28,6 +28,7 @@
%>
<html>
<head>
<title>Contract for the Purchase of Interment Rights or Cemetery Services</title>
<style>
<%- include('style.css'); %>

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>Work Order #<%= workOrder.workOrderNumber %></title>
<style>
<%- include('style.css'); %>
</style>