mirror of
https://github.com/gogs/gogs.git
synced 2026-01-01 05:00:08 +01:00
If the user provides a string that does not contain "%s", fmt.Sprintf silently appends "%!(EXTRA type=value)" instead of failing loudly. This fixes #4375.