채택완료

글쓰기에서 html 클릭시 자동줄바꿈 팝업창 안뜨게 하려면 어떻게 해요?

2024-10-06 (일) 00:17:55 2,759

gnuboard5 루트에서

grep -r -n '줄바꿈' *.*  해 봐도 안 잡히네요.

어디에 숨어 있을까요?

초보라 개념없는 질문 안하려다가...

이거 저거 해봐도 안되어서...

다들 바쁘실텐데...  죄송합니다.

|

답변 1개 / 댓글 1개

채택된 답변
+20 포인트

https://github.com/gnuboard/gnuboard5/tree/master/mobile/skin/qa/basic/write.skin.php#L119
https://github.com/gnuboard/gnuboard5/tree/master/mobile/skin/qa/basic/view.answerform.skin.php#L73
https://github.com/gnuboard/gnuboard5/tree/master/mobile/skin/board/basic/write.skin.php#L172
https://github.com/gnuboard/gnuboard5/tree/master/mobile/skin/board/gallery/write.skin.php#L172
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/mobile/skin/qa/basic/write.skin.php#L119
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/mobile/skin/qa/basic/view.answerform.skin.php#L73
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/mobile/skin/board/basic/write.skin.php#L172
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/mobile/skin/board/gallery/write.skin.php#L172
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/skin/qa/basic/write.skin.php#L112
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/skin/qa/basic/view.answerform.skin.php#L74
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/skin/board/basic/write.skin.php#L183
https://github.com/gnuboard/gnuboard5/tree/master/theme/basic/skin/board/gallery/write.skin.php#L181
https://github.com/gnuboard/gnuboard5/tree/master/skin/qa/basic/write.skin.php#L112
https://github.com/gnuboard/gnuboard5/tree/master/skin/qa/basic/view.answerform.skin.php#L74
https://github.com/gnuboard/gnuboard5/tree/master/skin/board/basic/write.skin.php#L183
https://github.com/gnuboard/gnuboard5/tree/master/skin/board/gallery/write.skin.php#L181

답변에 대한 댓글 1개

고맙습니다.

임시로 phps.kr 에 웹호스팅을 사용중인데...
해당 파일이 있는데도...
왜 grep 에서 안잡혔을까요?

답변을 작성하려면 로그인이 필요합니다.