aboutsummaryrefslogtreecommitdiffstats
path: root/en/donate/index.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2018-10-14 00:03:55 +0200
committerfilip <filip.komar@gmail.com>2018-10-14 00:03:55 +0200
commit75d0ee3f43220516d98215f519603baaec7dae53 (patch)
tree04994c84e84f0508eda4eff78164d4ca16e47317 /en/donate/index.php
parent6982f436b7fa78699aa4e24d15b5a65a0737b6b8 (diff)
downloadwww-75d0ee3f43220516d98215f519603baaec7dae53.tar
www-75d0ee3f43220516d98215f519603baaec7dae53.tar.gz
www-75d0ee3f43220516d98215f519603baaec7dae53.tar.bz2
www-75d0ee3f43220516d98215f519603baaec7dae53.tar.xz
www-75d0ee3f43220516d98215f519603baaec7dae53.zip
some tiny lint fixes
Diffstat (limited to 'en/donate/index.php')
-rw-r--r--en/donate/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/donate/index.php b/en/donate/index.php
index 1ca3cc971..325e9888b 100644
--- a/en/donate/index.php
+++ b/en/donate/index.php
@@ -20,7 +20,7 @@ $dictionary = read_translation_file($locale, array('donate', 'common_footer'));
</style>
<script src="//static.mageia.org/g/js/jquery-1.10.1.min.js"></script>
<script src="//static.mageia.org/g/js/treasurer.js"></script>
- <script type="text/javascript">donate_page();</script>
+ <script>donate_page();</script>
</head>
<body class="donate">
<?php echo $hsnav; ?>