8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 03:13:12 +00:00

Fix generate img when spaces in names

This commit is contained in:
Maël Kervella 2018-05-21 21:50:11 +00:00
parent 93a9ce630f
commit f9af3fad8b

View file

@ -37,7 +37,7 @@ node [label=<
</TR>
{% endfor %}
</TABLE>
>] {{sub.bat_name}}bornes;
>] "{{sub.bat_name}}bornes";
{% endblock %}
{% endif %}
@ -68,7 +68,7 @@ node [label=<
</TR>
{% endfor %}
</TABLE>
>] {{sub.bat_name}}machines;
>] "{{sub.bat_name}}machines";
{% endblock %}
{% endif %}