Skip to content

Commit

Permalink
chore: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
forgotvas committed Mar 19, 2024
1 parent c769a68 commit 4930522
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,14 @@ public struct HandoutsUpdatesDetailView: View {
)

return """
<html><head><meta name="viewport" content="width=device-width, initial-scale=1" /></head><body>
\(formattedAnnouncements)
</body></html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
\(formattedAnnouncements)
</body>
</html>
"""
}
}
Expand Down

0 comments on commit 4930522

Please sign in to comment.