mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-27 11:29:39 +02:00
Resolve issue 1493
Should solve the issue in https://github.com/usmannasir/cyberpanel/issues/1493
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<title>CodeMirror: PHP mode</title>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel=stylesheet href="../../doc/docs.css">
|
||||
|
||||
<link rel="stylesheet" href="../../lib/codemirror.css">
|
||||
@@ -30,7 +32,7 @@
|
||||
|
||||
<article>
|
||||
<h2>PHP mode</h2>
|
||||
<form><textarea id="code" name="code">
|
||||
<form><label for="code">PHP code editor</label><textarea id="code" name="code" placeholder="Enter PHP code here" title="PHP code editor">
|
||||
<?php
|
||||
$a = array('a' => 1, 'b' => 2, 3 => 'c');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user