diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-03 12:39:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-07-03 13:27:36 +0000 |
commit | e2420affec1c79d0d7abfdf8cc34e852c3d07a92 (patch) | |
tree | aa9109e1319c9b107b56c37c1888b15c189892ac | |
parent | Using text icon for .gpg suffix. (diff) | |
download | service-tools-e2420affec1c79d0d7abfdf8cc34e852c3d07a92.tar.xz service-tools-e2420affec1c79d0d7abfdf8cc34e852c3d07a92.zip |
Using text icon for .sign suffix.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/apache/mods/000-apache-icons.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/apache/mods/000-apache-icons.conf b/share/apache/mods/000-apache-icons.conf index 2c463e4..8c3fe0e 100644 --- a/share/apache/mods/000-apache-icons.conf +++ b/share/apache/mods/000-apache-icons.conf @@ -35,7 +35,7 @@ AddIcon /icons/spreadsheet.${FORMAT} .ods .ots .xls .xlt .xlsx .xltx - AddIcon /icons/text.${FORMAT} .txt .htm .html .shtml .xhtml .asc .gpg .changes .dsc + AddIcon /icons/text.${FORMAT} .txt .htm .html .shtml .xhtml .asc .gpg .sign .changes .dsc AddIconByType (TXT,/icons/text.${FORMAT}) text/* AddIcon (VID,/icons/video.${FORMAT}) .mkv .mp4 .ogm |