View Single Post
Old 12-09-2012, 04:25 PM   #212
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Here is the "broken code block in a spoiler" part of twobob's post #145:
Quote:
Originally Posted by twobob View Post
Spoiler:
Code:
KN="1234567890____qwertyuiop____asdfghjkl_____zxcv bnm_."
KS="1234567890____QWERTYUIOP____ASDFGHJKL_____ZXCV BNM_,"
KP="1234567890____~@#$%^&*()____<>[]{}?/\_____;:'|-+=_?"
And here is a portion of my original post that used a php block:
Quote:
Originally Posted by geekmaster View Post
PHP Code:
KN="1234567890____qwertyuiop____asdfghjkl_____zxcvbnm_."
KS="1234567890____QWERTYUIOP____ASDFGHJKL_____ZXCVBNM_,"
KP="1234567890____~@#$%^&*()____<>[]{}?/\_____;:'|-+=_?" 
If you press the "quote" button on twobob's post, you will see that those strings actually DO contain spaces that should NOT be there.

Here is a corrected version of the portion of twobob's post shown above:
Quote:
Originally Posted by twobob View Post
Spoiler:
Code:
KN="1234567890____qwertyuiop____asdfghjkl_____zxcvbnm_."
KS="1234567890____QWERTYUIOP____ASDFGHJKL_____ZXCVBNM_,"
KP="1234567890____~@#$%^&*()____<>[]{}?/\_____;:'|-+=_?"
Conclusion: The problem is with twobob's corrupted copy of my code, not in the way MobileRead renders the code blocks.

Last edited by geekmaster; 12-09-2012 at 04:37 PM.
geekmaster is offline   Reply With Quote