fix report title

deepsource-autofix-76c6eb20
Dan Gowans 2024-06-26 09:40:04 -04:00
parent 870ad27d1d
commit 79288fd1a8
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
<html>
<head>
<style>
<%- include('style.css'); %>
</style>
<title>Work Order #<%= workOrder.workOrderNumber %></title>
<style>
<%- include('style.css'); %>
</style>
</head>
<body>
<%- include('_workOrder-header.ejs'); %>