PHP HTML \ t Sekme ve Sorunları

0 Cevap php

Ben php bir sözdizimi vurgulayıcı (sadece hızlı bir) yapmaya başladı ve şimdiye kadar ben bir kod kutusu jeneratör (aka iyi görünüyor stilleri ile bir tablo oluşturur ve kaynak kodu ve html kodunu görüntüleyebilirsiniz) var. Onunla kod yazarken şu anda ben bunu:

$code = "def example_ruby_code(does_it_work)
" .     "(insert tab here) @does_it_work = false
" .     "end"
codebox($code, "title_here.rb")

Benim sorun, Ben bu yüzden aşağıdaki kullanılan html sekmeleri olamaz biliyoruz ki:

preg_replace("/\t/", "&nbsp&nbsp&nbsp&nbsp ", $code)

(this went in the codebox function) But it doesn't seem to work, the output just shows no indentation whatsoever. Any ideas? Thanks in advance, ell.

0 Cevap