Remove spaces in project name on credits pages
Change all "Pepper & Carrot"s in all episodes and all languages to "Pepper&Carrot", without the spaces, as per Deevad's preference (IRC discussion on 2017-12-13 at 21:30 CET).
This applies only to languages that use the name "Pepper&Carrot" unmodified: in the Latin alphabet, and without translated/transliterated names.
Command used to do the modifications
find -name "*.svg" -exec
sed -ri '/sodipodi:|inkscape:/!{
s/(Pepper) +(&) +(Carrot)/\1\2\3/
}' '{}' \;
Plot of 'spaced' project names
79 pages are affected.
Edited by Midgard