Compress style line

This commit is contained in:
Anthony Rose 2025-03-03 14:43:22 +00:00
parent a09b9ac8bc
commit 85ab0ad8a1

View file

@ -7,7 +7,7 @@ cat << __EOF__
<html>
<head>
<title>$1</title>
<style>body { font-family: sans-serif; margin: auto; width: 260mm; }</style>
<style>body{font-family:sans-serif;margin:auto;width:260mm;}</style>
</head>
<body>
__EOF__