summaryrefslogtreecommitdiff
path: root/web/taginfo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'web/taginfo.rb')
-rwxr-xr-xweb/taginfo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb
index 5763fc9..1ca00fe 100755
--- a/web/taginfo.rb
+++ b/web/taginfo.rb
@@ -195,6 +195,7 @@ class Taginfo < Sinatra::Base
#--------------------------------------------------------------------------
not_found do
+ content_type :html
erb :not_found
end