diff options
author | thomic | 2016-09-01 22:32:20 +0200 |
---|---|---|
committer | thomic | 2016-09-01 22:32:20 +0200 |
commit | f121955354bbd908d2da13fc0cb8e81b2dbcff1f (patch) | |
tree | f218be9282975dcdbd12d731890a9dd364f44d9c | |
parent | bbc7ce60c8f7a2f92f8c48ab938b9cb031e21761 (diff) |
corrected typo
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/mrmcd16/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/mrmcd16/config.php b/configs/conferences/mrmcd16/config.php index 4fb55ad..bf87a73 100644 --- a/configs/conferences/mrmcd16/config.php +++ b/configs/conferences/mrmcd16/config.php @@ -76,7 +76,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. */ - 'BANNER_HTML' => '<img src="../configs/conferences/mrmcd16/ws_mrmcd16.svg.svg" class="MRMCD16">', + 'BANNER_HTML' => '<img src="../configs/conferences/mrmcd16/ws_mrmcd16.svg" class="MRMCD16">', /** * Link zu den Recordings |