Files @ 6f38405ed2f2
Branch filter:

Location: kallithea/scripts/run-all-cleanup - annotation

domruf
templates: use span for inline elements

Instead of using div and making it an inline elment with css use span
which already is a inline element.
#!/bin/sh

# Convenience script for running various idempotent source code cleanup scripts

set -e
set -x

scripts/docs-headings.py
scripts/generate-ini.py
scripts/whitespacecleanup.sh