- 18 Nov, 2021 1 commit
-
-
Deuce.Brandt authored
On line 9 Contribution Form is capitalized. On line 11 Payment Processor is capitalized.
-
- 14 Apr, 2020 2 commits
-
-
homotechsual authored
-
homotechsual authored
-
- 24 Mar, 2018 1 commit
-
-
dvhirst authored
-
- 27 Apr, 2017 1 commit
-
-
Sean Madsen authored
The use of ATX headers (aka "hash syntax" is part of our markdown standards as defined here: https://docs.civicrm.org/dev/en/latest/markdownrules/#standards To make this change, I did the following: perl -0777 -i -pe 's|^(.*)\n-{3,}$|## $1|gm' `find . -name '*.md'` perl -0777 -i -pe 's|^(.*)\n={3,}$|# $1|gm' `find . -name '*.md'` I also tested the built HTML files before/after using git to make sure that nothing actually changed in the build as a result of this commit
-
- 07 Sep, 2015 1 commit
-
-
Michael McAndrew authored
-