Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created May 11, 2017 19:35
Show Gist options
  • Save rruhlen/01c97f775c3d049ed4c8d7c2da16c0e8 to your computer and use it in GitHub Desktop.
Save rruhlen/01c97f775c3d049ed4c8d7c2da16c0e8 to your computer and use it in GitHub Desktop.
Add language attribute to HTML tag.
<script type="text/javascript">
$(function() {
$("html").attr("lang", "en");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment