1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 00:29:39 +02:00

Fix title in test page

This commit is contained in:
Raymond Hill 2019-09-15 11:29:39 -04:00
parent cf4f41c349
commit 28cde2bd5b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Scriptlet injection filters / setTimeout-if</title> <title>Scriptlet injection filters / no-setTimeout-if</title>
<style> <style>
.filters { .filters {
font-family: monospace; font-family: monospace;
@ -73,7 +73,7 @@
</style> </style>
</head> </head>
<body> <body>
<h1>Scriptlet injection filters / setTimeout-if</h1> <h1>Scriptlet injection filters / no-setTimeout-if</h1>
<p><a href="./.">Back</a> <p><a href="./.">Back</a>
<br><br></p> <br><br></p>
<h3>Filters</h3> <h3>Filters</h3>