mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
6aec17bd00
Fixing incorrect regexp for replacing text like "$$a$$ and $$b$$" to "\(a\) and \(b\)". This is needed for texfiltercompatibility to work as expected.