Skip to content

Commit

Permalink
bug(toolbar): bad mime type for CSS links
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Apr 23, 2018
1 parent 82f6262 commit 526288f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/toolbar/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li>CSS: <a href="css/toolbar.css" type="tex/css">toolbar.css</a></li>
<li>CSS: <a href="css/toolbar.css" type="text/css">toolbar.css</a></li>
<li>Javascript: <a href="js/toolbar.js" type="text/javascript">toolbar.js</a></li>
<li>CSS: <a href="css/menuButton.css" type="stylesheet">menuButton.css</a></li>
<li>CSS: <a href="css/menuButton.css" type="text/css">menuButton.css</a></li>
<li>Javascript: <a href="js/menuButton.js" type="text/javascript">menuButton.js</a></li>
<li>Javascript: <a href="js/main.js" type="text/javascript">main.js</a></li>
</ul>
Expand Down

0 comments on commit 526288f

Please sign in to comment.