revel / modules

Officially supported Revel modules
http://revel.github.io/modules/
MIT License
49 stars 46 forks source link

Fix mismatched ace-inner argument name bug #67

Closed liilac closed 6 years ago

liilac commented 6 years ago

This argument is set as "ace_inner" and is accessed as "ace-inner", which obviously doesn't work. This PR/commit changes both to be "ace-inner".