Skip to content

Commit ea702ea

Browse files
committed
adjust php demo indentation
1 parent 6dc5d31 commit ea702ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mode/php/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ <h1>CodeMirror 2: PHP mode</h1>
2121

2222
<form><textarea id="code" name="code">
2323
<?php
24-
function hello($who) {
25-
return "Hello " . $who;
26-
}
24+
function hello($who) {
25+
return "Hello " . $who;
26+
}
2727
?>
2828
<p>The program says <?= hello("World") ?>.</p>
2929
<script>

0 commit comments

Comments
 (0)