Merge pull request #1593 from ralpheav/master
Removing right empty space from trigger editor.
This commit is contained in:
1
gulliver/js/codemirror/mode/php/php.js
vendored
1
gulliver/js/codemirror/mode/php/php.js
vendored
@@ -81,7 +81,6 @@
|
||||
state.pending = null;
|
||||
var cur = stream.current(), openPHP = cur.search(/<\?/);
|
||||
if (openPHP != -1) {
|
||||
alert("openPHP");
|
||||
if (style == "string" && /\"$/.test(cur) && !/\?>/.test(cur)) state.pending = '"';
|
||||
else state.pending = {end: stream.pos, style: style};
|
||||
stream.backUp(cur.length - openPHP);
|
||||
|
||||
Reference in New Issue
Block a user