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> <html>
<head> <head>
<title>Burial Permit</title>
<style> <style>
<%- include('style.css'); %> <%- include('style.css'); %>
</style> </style>

View File

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

View File

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