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>
|
||||
</head>
|
||||
<body>
|
||||
<pre>
|
||||
$(cat "$1")
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue