Fixed Code block with long lines is truncated in quote block

Xon

Well-known member
Affected version
2.0
See:

Code:
sed -i "s|'url' => \$requestPaths\['fullUri'\],|'host' => gethostname(),'url' => \$requestPaths\['fullUri'\],|" /var/www/sites/forums.spacebattles.com/html/library/XenForo/Error.php
sed -i "s|throw \$this->responseException(\$this->responseMessage(\$options->boardInactiveMessage), 503);|throw \$this->responseException(\$this->responseMessage(\$options->boardInactiveMessage), 200);|" /var/www/sites/forums.spacebattles.com/html/library/XenForo/ControllerPublic/Abstract.php
 
This is fixed now (for the next roll out).

Minor tweak to exactly what is scrollable now too; the header part won't be included in the scrollable area.
 
Top Bottom