]> mj.ucw.cz Git - gallery.git/blobdiff - lib/UCW/Gallery.pm
Highslide: Fix page jumps when closing thumbnails
[gallery.git] / lib / UCW / Gallery.pm
index 748fe3cddff99db81f2ef9f2241bdb991f77a041..d76424c88bafcd4f135d59e525a2d5e8488196b8 100644 (file)
@@ -3,8 +3,7 @@
 
 package UCW::Gallery;
 
-use strict;
-use warnings;
+use common::sense;
 
 use File::Spec;
 use Storable;
@@ -34,7 +33,7 @@ sub new($) {
                CacheExif => 0,                 # Cache selected EXIF meta-data
                CacheHashes => 1,               # Let gal-scan cache file hashes
 
-               # Titles and navigation
+               # Titles and navigation (may contain HTML tags and entities)
                Title => 'An Unnamed Gallery',
                SubTitle => "",
                ParentURL => '../',