Fixed Line breaks are behaving oddly in certain circumstances

Jake B.

Well-known member
Affected version
2.1.0 Beta 5(?)
You can see what I'm referring to in the last portion of this post: https://xenforo.com/community/threa...ress-into-xenforo.150114/page-35#post-1306718

it's got the contents:

Code:
Edit: Just took a look at the site in your signature, and there is a "Security error" message being displayed on a lot of assets WordPress is attempting to load:

[URL unfurl="false"]http://www.damnlag.com/forums/js/xf/preamble-compiled.js?_v=45270076[/URL]
[URL unfurl="false"]http://www.damnlag.com/forums/js/vendor/jquery/jquery-3.2.1.min.js?_v=45270076[/URL]

This will be the reason your WordPress is currently broken. I suspect your XenForo board URL is set to http://www.damnlag.com/forums when it should be http://www.damnlag.com

(note the line break between the two URLs, and the double break between those URLs and the next line of text, yet when it's rendered the URLs are on the same line and there is no empty line between those URLs and the text following:

Edit: Just took a look at the site in your signature, and there is a "Security error" message being displayed on a lot of assets WordPress is attempting to load:

http://www.damnlag.com/forums/js/xf/preamble-compiled.js?_v=45270076
http://www.damnlag.com/forums/js/vendor/jquery/jquery-3.2.1.min.js?_v=45270076

This will be the reason your WordPress is currently broken. I suspect your XenForo board URL is set to http://www.damnlag.com/forums when it should be http://www.damnlag.com

I'm guessing it's due to the unfurl being set to false, but not sure
 
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in a future XF release (2.1.0 Beta 6).

Change log:
Fix other situations that could cause failed unfurls to remove line breaks
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom