diff --git a/www/_plugins/cdv-platform-tag.rb b/www/_plugins/cdv-platform-tag.rb index 33f1fafb9b1..5e77a875241 100644 --- a/www/_plugins/cdv-platform-tag.rb +++ b/www/_plugins/cdv-platform-tag.rb @@ -10,9 +10,9 @@ def render(context) platform = @text.downcase.strip if platform == 'inject' - "" + "" else - "" + "" end end end