From a55784a4cd0684e5dac8b2487751c76669cbbc6b Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Sun, 4 Jun 2023 18:16:21 -0300 Subject: [PATCH] Valor default para title --- c-busqueda/handler.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-busqueda/handler.cr b/c-busqueda/handler.cr index 3348de5..b6cbb00 100644 --- a/c-busqueda/handler.cr +++ b/c-busqueda/handler.cr @@ -4,7 +4,7 @@ require "ishi/html" require "json" class Handler - def format_buffer(buffer, canvas_name, title) + def format_buffer(buffer, canvas_name, title = "") # Process the gnuplot output so it works in the page # # buffer is the Ishi output