Skip to content

Commit

Permalink
Coding style cleanup: audioplayer
Browse files Browse the repository at this point in the history
* Remove type attribute from script tag
* Quote style
* Indent style
  • Loading branch information
skoolbus39 committed Apr 4, 2016
1 parent 3e727bb commit b7d9324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wdn/templates_4.1/examples/audioplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</head>
<body data-version="4.1">
<div id="example-code">
<audio class='wdn_player' preload="auto" src="http://elkhorn.unl.edu/citmp3/current/ogg2.mp3"></audio>
<script type="text/javascript">
WDN.initializePlugin('mediaelement_wdn');
</script>
<audio class="wdn_player" preload="auto" src="http://elkhorn.unl.edu/citmp3/current/ogg2.mp3"></audio>
<script>
WDN.initializePlugin('mediaelement_wdn');
</script>
</div>
</body>
</html>

0 comments on commit b7d9324

Please sign in to comment.