This is an automated email from the ASF dual-hosted git repository.

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git

commit 72ee35f2943ca6d326d348864f09f1c353ffacc4
Author: Maruan Sahyoun <sahy...@fileaffairs.de>
AuthorDate: Tue Jun 9 16:26:31 2020 +0200

    PDFBOX-3330: remove type attribute for script tag
---
 content/_includes/footer_scripts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/_includes/footer_scripts.html 
b/content/_includes/footer_scripts.html
index 30a3388..5242307 100644
--- a/content/_includes/footer_scripts.html
+++ b/content/_includes/footer_scripts.html
@@ -1,7 +1,7 @@
 <!-- Twitter Bootstrap and jQuery after this line. -->
 <script src="//code.jquery.com/jquery-latest.min.js"></script>
 <script src="/bootstrap/js/bootstrap.min.js"></script>
-<script type="text/javascript">
+<script >
 
     $(document).ready(function () {
             $('[data-toggle="offcanvas"]').click(function () {

Reply via email to