]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/details-highlighter.js
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / resources / js / components / details-highlighter.js
index 6466fb584882b0af36280f06dc2420f7599305e8..71c2026294917abd63dc8b58ab54e3527eb99469 100644 (file)
@@ -1,4 +1,4 @@
-import {Component} from "./component";
+import {Component} from './component';
 
 export class DetailsHighlighter extends Component {
 
@@ -19,4 +19,5 @@ export class DetailsHighlighter extends Component {
         }
         this.dealtWith = true;
     }
-}
\ No newline at end of file
+
+}