Since the description fields now accept and output HTML I am trying to use the gallery description to give an introduction to each gallery by getting the gallery description (galdesc) to output from a gallery template.
However, if I put
<?php echo $gallery->galdesc ?>
I get no output.
What code should I be using ?