Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuap committed Apr 20, 2020
1 parent bf6111a commit db259b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/global/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>Honeybadger.js global example</title>
<title>Honeybadger.js global example</title>

<script type="text/javascript" src="../../dist/honeybadger.js" data-debug="true"></script>
<script type="text/javascript" src="../../dist/honeybadger.js" data-debug="true"></script>

<script>
Honeybadger.configure({
Expand Down

0 comments on commit db259b5

Please sign in to comment.