Skip to content

Commit

Permalink
fix: remove / in meta end
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Feb 21, 2025
1 parent 946945d commit 6e130b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/v3/partials/content/pdf/layout.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>{{!empty($cover['heading']) ? $cover['heading'] : $lang['generatedPdf']}}</title>

@if (!empty($fonts['googleFonts']))
Expand Down

0 comments on commit 6e130b2

Please sign in to comment.