BobRay / MyComponent

Development environment for creating MODX extras
https://bobsguides.com/mycomponent-tutorial.html
23 stars 13 forks source link

Submit fails with html extension of '/' #11

Closed MokoJumbie closed 10 years ago

MokoJumbie commented 11 years ago

It appears to be because the base href is not set in the template.

I fixed it by adding the standard base href tag to the template header: <base href="[[++site_url]]" />

BobRay commented 11 years ago

Good catch. Committed.