Drupal 에서 <code> 의 white space

litdream의 이미지

드루팔의 code filter 를 설치했습니다만,
KLDP 에서 code tag 을 쓰면 white space 가 인식되는것처럼이, 제가 설치한데서는 안됩니다.. 흑흑..

KLDP 에서 보이는것:

#include <stdio.h>
void hello() {
    printf("Hello world\n");
}

제것은 이런식으로 나옵니다.

#include <stdio.h>
void hello() {
printf("Hello world\n");
}

간단한 팁 좀 부탁드립니다. :)
꾸뻑.

lacovnk의 이미지

drupal korea, http://drupal.kldp.org/ 에 올려주세요 :)

혹시 codefilter를 filtered html에서 적용하도록 설정 하셨나요?