aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/subversion/templates/nonmaintainer_notify.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/subversion/templates/nonmaintainer_notify.sh b/modules/subversion/templates/nonmaintainer_notify.sh
index 00db7dc4..46ca54e8 100644
--- a/modules/subversion/templates/nonmaintainer_notify.sh
+++ b/modules/subversion/templates/nonmaintainer_notify.sh
@@ -50,7 +50,8 @@ for PACKAGE in $(cat "$PKGSLIST"); do
--revision "$REV" \
--subject-cx \
--no-first-line \
- --handler HTML::ColorDiff \
+ --handler Alternative \
+ --alternative HTML::ColorDiff \
--header "The user $AUTHOR has submitted a change to a package for which you ($MAINTAINER) are the registered maintainer." \
--revision-url "https://svnweb.<%= @domain %>/packages/?revision=%s&view=revision" \
--author-url "https://people.<%= @domain %>/u/%s.html" \