merge remote preview fix

This commit is contained in:
2026-07-13 15:02:43 +02:00
+1 -1
View File
@@ -6,4 +6,4 @@ start="<html><head><title>TypoML Preview</title>$style</head><body>"
end="</body></html>" end="</body></html>"
output="$start$input$end" output="$start$input$end"
echo "$output" > /tmp/preview.html echo "$output" > /tmp/preview.html
xdg-open /tmp/preview.html nohup xdg-open /tmp/preview.html &