WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Inconsistent Demarkation of JS Output Inside HTML Markup #103

Closed WildcardSearch closed 11 years ago

WildcardSearch commented 11 years ago

Just to keep things legit, I'll maintain this standard for all JS included in-lin in HTML markup:

<script type="text/javascript">
<!--
code
// -->
</script>

Just to be consistent.