Skip to content

Commit

Permalink
Fix styling of release notes (fixes #23948)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Apr 5, 2017
1 parent ce0277b commit 9122ec4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ function renderBody(body: string): string {
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src http: https: data:; media-src http: https: data:; script-src 'none'; style-src file: http: https:; child-src 'none'; frame-src 'none';">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src http: https: data:; media-src http: https: data:; script-src 'none'; style-src file: http: https: 'unsafe-inline'; child-src 'none'; frame-src 'none';">
<link rel="stylesheet" type="text/css" href="${require.toUrl('./media/markdown.css')}">
</head>
<body>${body}</body>
Expand Down

0 comments on commit 9122ec4

Please sign in to comment.