mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-15 04:14:24 +00:00
use double quotes for the string value
This commit is contained in:
@@ -333,7 +333,7 @@ module Admin
|
||||
end
|
||||
|
||||
def init_none_tag
|
||||
@none_tag_value = "without_any_tag"
|
||||
@none_tag_value = '""'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user