Skip to content

Commit

Permalink
update: add utf-8 meta charset tag to html report
Browse files Browse the repository at this point in the history
  • Loading branch information
zoicho authored and jeremyandrews committed Apr 16, 2024
1 parent f1e4bb9 commit cdf8643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ pub(crate) fn build_report(
r#"<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Goose Attack Report</title>
<style>
.container {{
Expand Down

0 comments on commit cdf8643

Please sign in to comment.