Jump to content

[code] block and tab characters


Recommended Posts

Tab character seem to fail to indent when displayed within [ code ] blocks here but if I post the code without a [ code ] block the code displays indented without issue.  The color markup of the code is all well and good but if it is going to mess with the indent I don't see the benefit.  Is there something I am missing?

 

example:

 

function parseline($line){

if(substr($line,178,1)=='2'){

 

function parseline($line){
if(substr($line,178,1)=='2'){

Link to comment
https://forums.phpfreaks.com/topic/133508-code-block-and-tab-characters/
Share on other sites

I was reading the 'Preview' as being the same as the actual post afterwards.

 

The preview window shows them removed.

 

The string below in regex notation appears as:

^\t\t$result['level']=2;$

		$result['level']=2;

 

In the Preview it appears in a code block without indent.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.