mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(demos): double quote in script tag
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
<body>
|
||||
<ion-app></ion-app>
|
||||
<script src="../../polyfills/polyfills.js"></script>
|
||||
<script src="../scrollbar-fix.js""></script>
|
||||
<script src="../scrollbar-fix.js"></script>
|
||||
<script src="./main.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user