Skip to content

Commit

Permalink
v1.62 (#48)
Browse files Browse the repository at this point in the history
* rm angular-resource

* Fix some opengraph tags

* Fix uploading in FF 71

* Cleanup downloads

* Fix debug messages

* Fix download link

* Move sections to jQuery tabs

* Style constants slightly better

* Fix header download link

* Add real 404

* Downgrade travis php 7.2->7.1

* Fix heredoc

* Ok, have to upgrade for phpunit. Sigh.
  • Loading branch information
nearwood authored Nov 8, 2019
1 parent 05e95c3 commit d298969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/download.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
http_response_code(404);
unset($_GET['msq']);
include "view/header.php";
echo '<div class="error">404 MSQ file not found. </div>';
echo '<div class="error">404 MSQ file not found.</div>';
include "view/footer.php";
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/msq.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function parseMSQ($xml, &$engine, &$metadata)
<li><a href="#tab_curves">2D Tables (Curves)</a></li>
<li><a href="#tab_constants">Constants</a></li>
</ul>
EOT;
EOT;

$html["tabList"] .= '<div id="tab_curves">';
foreach ($curves as $curve)
Expand Down

0 comments on commit d298969

Please sign in to comment.