Skip to content

Commit bc85b04

Browse files
committed
Escape script tag in History.md
An unescaped `<script>` tag prevented viewing the full History.md file. Added backticks to restore visibility.
1 parent 541db05 commit bc85b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259

260260
* Add methods of the form BrowserPolicy.content.allow<ContentType>BlobUrl() to BrowserPolicy #5141
261261

262-
* Move <script> tags to end of <body> to enable 'loading' UI to be inserted into the boilerplate #6375
262+
* Move `<script>` tags to end of <body> to enable 'loading' UI to be inserted into the boilerplate #6375
263263

264264
Patches contributed by GitHub users vereed, mitar, nathan-muir,
265265
robfallows, skishore, okland, Primigenus, zimme, welelay, rgoomar,

0 commit comments

Comments
 (0)