ITADN

space inside "<strong>...</strong>" is removed

#28Opensantino83 创建于 2024-11-19
S
santino83commented
Hello, I have an extra space inside a `<strong></strong>` tag, for example: `<strong>My Beautiful Text </strong>other text.` (see the space between Text and `</strong>`). When minifier run, it removes the extra space so I got `<strong>My Beautiful Text</strong>other text` so final rendering is wrong. Hou could I avoid this behavior?
1 条评论