18F / atf-eregs

Container and styles for an ATF eRegs instance
https://regulations.atf.gov/
Other
9 stars 20 forks source link

External links macro should escape ampersands #384

Closed cmc333333 closed 7 years ago

cmc333333 commented 8 years ago

It'd be much cleaner to use a url like https://example.com/query?term=t&order=o&other[field]=f in the external link macro, rather than needing to escape it w/ &. In fact, all of the current uses assume this is already being done...