We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cef5e commit 579048eCopy full SHA for 579048e
renderer/src/main.rs
@@ -299,7 +299,7 @@ fn gen_single_page(path: &mut PathBuf, base_url: &Url) -> Result<()> {
299
.take_while(|line| {
300
line.as_ref().map_or(true, |line| {
301
// HACK: this relies on the exact formatting of the auto-printer's script tag
302
- line.trim_start() != "<script type=\"text/javascript\">"
+ line.trim_start() != "<script>"
303
})
304
305
.try_for_each(|line| {
0 commit comments