Bugfix: Answer links are shown inline
Bugfix: Answer links are shown inline
Community Answers v1.5.1
Bug: Answer links are shown inline like ‘example.comrnexample1.comrnexample3.com’
Fix:
file: /components/com_communityanswers/helpers/helper.php
function: nl2a
line: 436
Change to:
Please apply this fix to next release.
Thanx!
Bug: Answer links are shown inline like ‘example.comrnexample1.comrnexample3.com’
Fix:
file: /components/com_communityanswers/helpers/helper.php
function: nl2a
line: 436
$strings = explode("n", $string);
Change to:
$strings = explode("\r\n", $string);
Please apply this fix to next release.
Thanx!
Access to viewing replies is restricted.
Showing 1 of 1 replies
You do not have permissions for replying to this topic.