Fix to microtime path with ' not "

This commit is contained in:
Matt Pass
2015-01-25 11:29:08 +00:00
parent f681cc88c9
commit c277d3a6bb

View File

@@ -28,7 +28,7 @@ if (file_exists(dirname(__FILE__)."/plugins/jshint/jshint-2.5.6.min.js")) {
<script src="lib/foldcode.js?microtime=<?php echo microtime(true);?>"></script>
<?php
if (file_exists(dirname(__FILE__)."/plugins/emmet/emmet.min.js")) {
echo '<script src="plugins/emmet/emmet.min.js?microtime=".microtime(true)."></script>';
echo '<script src="plugins/emmet/emmet.min.js?microtime='.microtime(true).'"></script>';
};?>
<?php
if (file_exists(dirname(__FILE__)."/plugins/pesticide/pesticide.js")) {
@@ -256,4 +256,4 @@ function createNewCMInstance(num) {
</body>
</html>
</html>