Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【改进】修复个人简介中的换行无法正确显示的问题 #496

Closed
citratecycle opened this issue Apr 26, 2022 · 2 comments
Closed

Comments

@citratecycle
Copy link

用户->个人资料->个人说明中存在换行符时,个人简介widget无法正确显示换行。
可以通过在inc/theme-widgets.php第317行最终输出简介之前,加一行

$introduce = str_replace("\n", "<br>", $introduce);

来解决。

@citratecycle citratecycle changed the title 修复个人简介中的换行无法正确显示的问题 【改进】修复个人简介中的换行无法正确显示的问题 Apr 26, 2022
@n0099
Copy link
Contributor

n0099 commented Apr 26, 2022

#499

@seatonjiang
Copy link
Owner

感谢反馈,等下版更新即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants