mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
cosmetic - fix space
This commit is contained in:
parent
95b3e6e3f3
commit
a6da5bc80e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Fog
|
|||
module IAAttributes
|
||||
|
||||
# you can add other x-archive-metadata-* values, but these are standard
|
||||
IA_STANDARD_METADATA_FIELDS = %q[hidden, title, collection, creator, mediatype, description, date, subject, licenseurl , pick, noindex, notes, rights, contributor, language, coverage, credits]
|
||||
IA_STANDARD_METADATA_FIELDS = %q[hidden, title, collection, creator, mediatype, description, date, subject, licenseurl, pick, noindex, notes, rights, contributor, language, coverage, credits]
|
||||
|
||||
# for x-archive-metadata-mediatype, these are the valid values
|
||||
IA_VALID_MEDIA_TYPES = %q[audio, data, etree, image, movies, software, texts, web]
|
||||
|
|
Loading…
Reference in a new issue