Hello,
I'm not sure if this is a "bug". However: the visual editor for Gallery description (admin panel -> gallery configuration -> Gallery description field) is really bad so far. It always add `and
` tags around the text. Using the HTML-button doesn't help so I can't transform it in simple text.
It is not a bug but default configuration of TinyMCE (what this editor is called). Please try the nightly, that has been corrected for Zenphoto.
Also you can always configure theTinyMCE to your own liking by changing the zp-core/js/editor_config.js.php. Info about that on the TinyMCE site.
Thanks!
So here is the solution of my problem... if anyone else needs. [b]How to remove the automatic tags[/b]:
zp-core/js/editor_config.js.php file;force_br_newlines : true, (you need it "true", it's "false" by default);forced_root_block : '',