Comment 0 for bug 972226

Revision history for this message
Jorge Dias (dias-jorge) wrote :

The following patch makes it possible to use javascript by default for script tags.

By default <script> tags should use javascript when no type is specified.

The patch support this

<script>
<script type="text/javascript">
<script type='text/javascript'>