From ec929fd0003dc9e40b468f832944231e13aabc48 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 18 Jun 2019 12:43:10 -0400 Subject: [PATCH] Fix missing end brace in notitle gallery template --- nggallery/gallery-glmphotos-notitle.php | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/nggallery/gallery-glmphotos-notitle.php b/nggallery/gallery-glmphotos-notitle.php index 2ca68bd..f446c6d 100644 --- a/nggallery/gallery-glmphotos-notitle.php +++ b/nggallery/gallery-glmphotos-notitle.php @@ -31,22 +31,22 @@ Follow variables are useable : data-title="alttext); ?>" data-description="description); ?>" thumbcode ?> > - hidden ) { ?> + hidden ) { ?> -
- <?php echo esc_attr($image->alttext) ?>size ?> /> -
- alttext) ? $image->alttext: ''; - ?> - - hidden) { //echo esc_attr($imageTitle); }?> - - +
+ <?php echo esc_attr($image->alttext) ?>size ?> /> +
+ alttext) ? $image->alttext: ''; + ?> + + hidden) { //echo esc_attr($imageTitle); }?> + + -- 2.17.1