From 2b3b278ad74c88715d645f387fa788e9615a61f6 Mon Sep 17 00:00:00 2001 From: 0Hv7P Date: Sun, 22 Jan 2023 21:43:25 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B5=90=E6=9E=9C=E3=81=8C=E6=AE=8B=E3=82=89?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= =?UTF-8?q?=20#31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/app.rb b/app/app.rb index a82a4a1..1b315b2 100644 --- a/app/app.rb +++ b/app/app.rb @@ -242,8 +242,10 @@ class App < Sinatra::Base redirect '/login' end @searched_result = s_result + s_result = "" @uid = session[:user_id] @err = e + e = "" erb :search end