Skip to content

Tidy adds blanks between scripts #523

@jidanni

Description

@jidanni

Tidy adds blanks between scripts

$ tidy -q map.html | sed 's/ $/ <--BLANK ADDED HERE/'
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 for Linux/x86 version 5.2.0">
<title>test</title>
</head>
<body>
<script type="text/javascript">
</script> <--BLANK ADDED HERE
<script type="text/javascript">
</script>
</body>
</html>

P.S., with no -q, these two lines also have trailing blanks:

  1. Do you speak a language other than English, or a different variant of

  2. English? Consider helping us to localize HTML Tidy. For details please see

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions