Cycle2 Captions - Correct caption-template syntax

Cycle2 Captions - Correct caption-template syntax

Hi,

Using the programmatic method...
  1.   jQuery('.slideshow1').cycle({
  2.     timeout: 0,
  3.     prev: '#prev',
  4.     next: '#next',
  5.      caption: '#alt-caption',
  6.     caption-template='{{alt}}',
  7.     loader: true,
  8.     progressive: '#images1'
  9.   });


  10.  
T he captions are not appearing, and in the console, I'm getting this output.


From here this...

<img src="http://www.*/h360/Chanel1.jpg" alt="Chanel">

Tried a bunch things here, I'm stumped and stuck.


Thanks in advance.