Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 17229596 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Updated LICENSE copyright notice

parent 71e3a9c5
No related branches found
No related tags found
No related merge requests found
MIT License
Copyright (c) 2023 INRIA
Copyright (c) 2021-2023 INRIA
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -105,7 +105,7 @@ def color_significant_green(val):
the css property `'color: red'` for negative
strings, black otherwise.
"""
color = 'green' if val == "True" else 'black'
color = 'green' if val == "True" else 'red'
return 'color: %s' % color
# JE: added this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment