📄 myparsererrors.php
字号:
<?php$lang['end_of_document'] = ' --- End of Document -- ';$lang['syntax_warning'] = ' Syntax Warning: ';$lang['XML_ERROR_INVALID_TOKEN'] = 'The error was detected on line %s at position %s but could have been caused by previous lines.';$lang['XML_ERROR_INVALID_TOKEN2'] = '<br /> <strong>Possible causes of this warning include: </strong><br />* <tt>random <text</tt> instead of <tt>random &lt;text</tt>.<br />* <tt><a href=foo></tt> instead of <tt><a href="foo"></tt><br />* <tt><ta g></tt> instead of <tt><tag></tt>';$lang['XML_ERROR_TAG_MISMATCH1'] = 'Closing HTML tags are needed to make this document complete: "<em>%s</em>".';$lang['unnecessary_closing_tag'] = 'Unnecessary closing tag.';$lang['should_be'] = ' should simply be ';$lang['CLOSING_AN_UNOPENED_TAG'] = 'Closing an unopened tag.<br /> There was not an opening tag for the closing tag <tt></%s></tt>.';$lang['CLOSING_AN_UNOPENED_TAG2'] = '<br /> <strong>Possible causes of this warning include: </strong><br />* <tt></tag></tt> without <tt><tag></tt>.<br />* <tt>< tag></tt> instead of <tt><tag></tt>.';$lang['MISSING_CLOSING_TAG'] = 'Missing closing tag. <br /> The <tt><%s></tt> tag must be closed using <tt>%s</tt> ';$lang['MISSING_CLOSING_TAG2'] = ' before the closing tag <tt></%s></tt>.';$lang['AUTOMATED_SYNTAX_ERROR'] = 'Automated Syntax Error:';$lang['AUTOMATED_SYNTAX_ERROR2'] = '(%s) at line %s (of %s lines) at position %s ';$lang['last_open_tag'] = '<br />Last Open Tag ';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -