Skip to content

Commit 4e40daa

Browse files
authored
Merge pull request #86 from brknkfr/valid_html_with_icon
Fix <link rel=icon ... to become valid HTML code
2 parents a63fc18 + 7922660 commit 4e40daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ function page_header() {
537537
$MY_AUTOREFRESH_TEXT
538538
<link rel="stylesheet" href="$MY_STATUS_STYLESHEET">
539539
<link rel="stylesheet" href="$MY_STATUS_FONTAWESOME">
540-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚦</text></svg>">
540+
<link rel="icon" href="data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3Ctext%20y=%22.9em%22%20font-size=%2290%22%3E🚦%3C/text%3E%3C/svg%3E">
541541
</head>
542542
<body>
543543
<div class="container">

0 commit comments

Comments
 (0)