Skip to content
Snippets Groups Projects
Verified Commit 70f15edc authored by David Beniamine's avatar David Beniamine
Browse files

Fix bad file names

parent e5545ccc
Branches
No related tags found
No related merge requests found
...@@ -60,8 +60,8 @@ obj(when(icl>how,com>always,tim<uw,obj>uw),:01) ...@@ -60,8 +60,8 @@ obj(when(icl>how,com>always,tim<uw,obj>uw),:01)
{% if output['svg'] %} {% if output['svg'] %}
<h2> Unl graph </h2> <h2> Unl graph </h2>
<span class='clickable' onclick="download('graph.svg', 'svg', 'html', 'image/svg+xml')">Download image <i class="fas fa-download" ></i></span><br /> <span class='clickable' onclick="download('graph.svg', 'svg', 'html', 'image/svg+xml')">Download image (svg)<i class="fas fa-download" ></i></span><br />
<span class='clickable' onclick="download('graph.svg', 'dot', 'text', 'text/plain;charset=utf-8')">Download source <i class="fas fa-download" ></i></span> <span class='clickable' onclick="download('graph.dot', 'dot', 'text', 'text/plain;charset=utf-8')">Download source (dot) <i class="fas fa-download" ></i></span>
<div id='svg'> <div id='svg'>
{{ output['svg'] | safe }} {{ output['svg'] | safe }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment