campaign: Fix language form elements.
We can't use <!--LANG--> in attributes because
a) these are invalid attribute values
b) procdonate won't substitute tem
c) Calling donate.LL.html directly won't have them substituted
anyway.
campaign: Fix language form elements. Tags None Subscribers None
Description
Details
Event TimelineComment Actions Disregard item b) from my commit message. procdonate handles this weel; i mixed that up with mkkudos.sh which is not able to handle this (because is modifies the source and does not use the source as a template as procdonate does it). |