Bug #81003
Updated by Markus Klein over 7 years ago
Rendering the view again after changing the format, does not use the correct templates, because the format is not adhered.
Testing instructions:
- Create StandaloneView in a controller
- Create 2 Fluid templates (.html and .txt) with different markup/content
- Render the view once
- change the format to 'txt' and render again
- Check if the output of each render call is correct.
(without a fix the output is always the html content)