##// END OF EJS Templates
Fixed typo, remove extra jpeg
Jonathan Frederic -
Show More
@@ -340,7 +340,7 b' Note: For best display, use latex syntax highlighting. =))'
340 ((* macro iff_figure(output, true_content, false_content) -*))
340 ((* macro iff_figure(output, true_content, false_content) -*))
341 ((*- set is_figure = false -*))
341 ((*- set is_figure = false -*))
342 ((*- for type in output | filter_data_type -*))
342 ((*- for type in output | filter_data_type -*))
343 ((*- if type in ['pdf', 'svg', 'png', 'jpeg','html','jpeg']*))
343 ((*- if type in ['pdf', 'svg', 'png', 'jpeg','html']*))
344 ((*- set is_figure = true -*))
344 ((*- set is_figure = true -*))
345 ((*- endif -*))
345 ((*- endif -*))
346 ((*- endfor -*))
346 ((*- endfor -*))
General Comments 0
You need to be logged in to leave comments. Login now