Skip to content

Commit

Permalink
Update webstandard.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Nov 13, 2023
1 parent 5bccf82 commit d2a67ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/webstandard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ if [ "$TEST" = "w3cval" ]; then
rm -f localhost/domjudge/css/dataTables*.css*
rm -f localhost/domjudge/jury/config/check/phpinfo*
# We need any value for bs-gutter-x to calculate with in CSS
for f in $(find ./ -name style_domjudge.css); do
for f in $(find ./ -name "style_domjudge.css*"); do
sed -i 's/:root {/:root {--bs-gutter-x: 0em;/g' $f
done
section_end upstream_problems
Expand Down

0 comments on commit d2a67ae

Please sign in to comment.