ddrudik Posted November 20, 2008 Share Posted November 20, 2008 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 More sharing options...
Daniel0 Posted November 20, 2008 Share Posted November 20, 2008 Works fine for me. Link to comment https://forums.phpfreaks.com/topic/133508-code-block-and-tab-characters/#findComment-694406 Share on other sites More sharing options...
ddrudik Posted November 20, 2008 Author Share Posted November 20, 2008 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. Link to comment https://forums.phpfreaks.com/topic/133508-code-block-and-tab-characters/#findComment-694411 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.