bin/cubicweb-ctl
author Anthony Truchet <anthony.truchet@logilab.fr>
Thu, 28 Mar 2013 15:43:23 +0100
branchstable
changeset 8831 f7e140182df1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[data] Add a CSS for undo UI rendering The nesting of ordered list and unordered list was badly handled. This has gone unoticed becaused it was not used. But the undo feature use this markup to render the changesets. That's why this minor change to ths CSS is introduced.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])