From 29c09a92c45bc0120331dd22f7079f9161d72ab7 Mon Sep 17 00:00:00 2001 From: Frank Yu Date: Wed, 7 Jul 2021 15:18:04 +0800 Subject: [PATCH] Omit the type attribute of script tag --- docs/patterns/jquery.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/patterns/jquery.rst b/docs/patterns/jquery.rst index fafbdf18..0a75bb71 100644 --- a/docs/patterns/jquery.rst +++ b/docs/patterns/jquery.rst @@ -23,8 +23,7 @@ to add a script statement to the bottom of your ```` to load jQuery: .. sourcecode:: html - + Another method is using Google's `AJAX Libraries API `_ to load jQuery: @@ -59,7 +58,7 @@ like this: .. sourcecode:: html+jinja - @@ -109,7 +108,7 @@ usually a better idea to have that in a separate script file: .. sourcecode:: html -