thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

Meta generator instead of author #338

Open indigoxela opened 7 years ago

indigoxela commented 7 years ago

Hi Thibaud, your PhotoShow really rocks.

One thing I'd like to suggest: please do not add yourself as the meta author, use generator instead.

In src/classes/Page.php Instead of: echo "<meta name='author' content='Thibaud Rohmer'>\n"; please use: echo "<meta name='generator' content='PhotoShow'>\n";

You may be a good photographer, but you didn't shoot the photos in my gallery. ;)

Btw.: did you use CR-LF by intention?