Fix header download link

This commit is contained in:
Nick 2019-11-07 21:08:37 -06:00
parent cd65a10284
commit ba237ad98d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if (isset($_GET['msq'])) {
<label><input id="normalizeAxis" type="checkbox" disabled />Normalize Axis</label> <label><input id="normalizeAxis" type="checkbox" disabled />Normalize Axis</label>
</div> </div>
</div> </div>
<div id="downloadLink"><a title="Download MSQ File" href="download.php?msq=' . $_GET['msq'] . '">💾 Download MSQ</a></div> <div id="downloadLink"><a title="Download MSQ File" href="download.php?msq=<?php echo $_GET['msq']; ?>">💾 Download MSQ</a></div>
<?php <?php
} }
?> ?>