upload-text: surround text with pre tags
This commit is contained in:
parent
058f230ef0
commit
d981729145
|
@ -34,7 +34,9 @@ cat << EOF > "$HTML_FILE"
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<pre>
|
||||||
$(cat "$1")
|
$(cat "$1")
|
||||||
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue