Skip to content

Commit

Permalink
use the headTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jun 26, 2024
1 parent 79288fd commit 2399765
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion views/print/pdf/ssm.cemetery.burialPermit.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%>
<html>
<head>
<title>Burial Permit</title>
<title><%= headTitle %></title>
<style>
<%- include('style.css'); %>
</style>
Expand Down
2 changes: 1 addition & 1 deletion views/print/pdf/ssm.cemetery.contract.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
%>
<html>
<head>
<title>Contract for the Purchase of Interment Rights or Cemetery Services</title>
<title><%= headTitle %></title>
<style>
<%- include('style.css'); %>
Expand Down
2 changes: 1 addition & 1 deletion views/print/pdf/workOrder-commentLog.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Work Order #<%= workOrder.workOrderNumber %></title>
<title><%= headTitle %></title>
<style>
<%- include('style.css'); %>
</style>
Expand Down
2 changes: 1 addition & 1 deletion views/print/pdf/workOrder.ejs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Work Order #<%= workOrder.workOrderNumber %></title>
<title><%= headTitle %></title>
<style>
<%- include('style.css'); %>
</style>
Expand Down

0 comments on commit 2399765

Please sign in to comment.