diff --git a/httpd/fx/app/views/fx_view.kc3 b/httpd/fx/app/views/fx_view.kc3
index 2320b58..1ae0db7 100644
--- a/httpd/fx/app/views/fx_view.kc3
+++ b/httpd/fx/app/views/fx_view.kc3
@@ -62,7 +62,7 @@ defmodule FXView do
file = if (size == :small) do
sh_path = Sh.escape(path)
Str.slice(system(["sh", "-c",
- "head -c 80 #{sh_path} | hexdump -C"]),
+ "head -c 80 #{sh_path} | hexdump -C -"]),
0, 77) + "..."
else
system(["hexdump", "-C", path])