Closed (cannot reproduce)
Project:
Custom Formatters
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2010 at 13:42 UTC
Updated:
5 Oct 2011 at 08:42 UTC
This can be seen by simply editing the "example_basic_multiples", which looks like this:
<?php
$output = '';\\015\\012foreach (element_children($element) as $key) {\\015\\012 $output .= '<div>' . $element[$key]['#item']['value'] . " " . l(t("<sup>Custom Formatter Example</sup>"), 'admin/settings/formatters', array('html' => TRUE)) . '</div>';\\015\\012}\\015\\012return $output;
?>
I need to type in some pretty large code, spaces and newlines should be preserved.
Also the \\015\\012 should not ever appear, but it does and it causes php execution errors.
Comments
Comment #1
decipheredI've never been able to reproduce this issue.
Can you confirm whether or not it is still an issue in the latest dev or stable releases?
Cheers,
Deciphered.
Comment #2
decipheredMarking as cannot reproduce as no further information was provided.