Skip to content

Commit ff94211

Browse files
committed
Fix script tags
1 parent 296c002 commit ff94211

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ scripts. For all details see :doc:`install`.
2626

2727
.. sourcecode:: html
2828

29-
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js
29+
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js"></script>
3030

3131
Configuring the Project
3232
-----------------------

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Our CDN distributes builds with and without :doc:`plugins <plugins>`.
2828

2929
.. sourcecode:: html
3030

31-
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js
31+
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js"></script>
3232

3333
**We highly recommend trying out a plugin or two since it'll greatly
3434
improve the chances that we can collect good information.**

docs/integrations/backbone.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/1.1.22/backbone,jquery,native/raven.min.js
12+
<script src="https://cdn.ravenjs.com/1.1.22/backbone,jquery,native/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

docs/integrations/ember.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/1.1.22/ember,jquery,native/raven.min.js
12+
<script src="https://cdn.ravenjs.com/1.1.22/ember,jquery,native/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

docs/integrations/react.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code.
99

1010
.. sourcecode:: html
1111

12-
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js
12+
<script src="https://cdn.ravenjs.com/1.1.22/jquery,native/raven.min.js"></script>
1313

1414
Configuring the Client
1515
----------------------

0 commit comments

Comments
 (0)