Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Fix warning - not a var
Browse files Browse the repository at this point in the history
  • Loading branch information
edent committed Feb 16, 2018
1 parent 60b4ace commit cddb992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/semantics-scriptings.include
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@

Otherwise, the element has a non-empty <{script/language}> attribute; let
<var>the script block's type string</var> for this <{script}> element be the
concatenation of the string "<var>text/</var>" followed by the value of the <{script/language}> attribute.
concatenation of the string "<code>text/</code>" followed by the value of the <{script/language}> attribute.

<p class="note">The <{script/language}> attribute is never conforming, and is always ignored
if there is a <{script/type}> attribute present.</p>
Expand Down

0 comments on commit cddb992

Please sign in to comment.