Skip to content

Commit a8d0be7

Browse files
authored
Merge pull request electrolinux#16 from yama/patch-1
The first character is unnecessary.
2 parents a9b8ff5 + 10a177e commit a8d0be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jQueryServer/jQueryServer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`<?php
1+
<?php
22
/**
33
* jQuery Server Plugin
44
*
@@ -104,4 +104,4 @@ public function success($response) {
104104
// }
105105
}
106106
new jQueryServer($_POST['data']);
107-
?>
107+
?>

0 commit comments

Comments
 (0)