puiterwijk / ipsilon

Forked from ipsilon 7 years ago
Clone

dbe4251 Mark move markers as safe

Authored and Committed by puiterwijk 8 years ago
    Mark move markers as safe
    
    This will make the move markers display as arrows again.
    They had their html displayed because of Jinja2 autoescaping,
    but adding the |safe filter will prevent that and display arrows.
    
    Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
    Reviewed-by: Pierre-Yves Chibon <pingou@pingoured.fr>