View | Details | Raw Unified | Return to bug 36824
Collapse All | Expand All

(-)a/admin/preferences.pl (-2 / +1 lines)
Lines 238-244 sub TransformPrefsToHTML { Link Here
238
                        if ( $minor % 2 ) {
238
                        if ( $minor % 2 ) {
239
                            $piece =~ s|__VERSION__|${major}_${minor}|g;
239
                            $piece =~ s|__VERSION__|${major}_${minor}|g;
240
                        } else {
240
                        } else {
241
                            $piece =~ s|__VERSION__|master|g;
241
                            $piece =~ s|__VERSION__|main|g;
242
                        }
242
                        }
243
                    }
243
                    }
244
                    push @chunks, { type_text => 1, contents => $piece };
244
                    push @chunks, { type_text => 1, contents => $piece };
245
- 

Return to bug 36824