WardCunningham / Smallest-Federated-Wiki

This wiki innovates by: 1. federated sharing, 2. drag refactoring and 3. data visualization.
http://wardcunningham.github.com/
GNU General Public License v2.0
1.21k stars 178 forks source link

remove line breaks in literals #357

Closed paul90 closed 11 years ago

paul90 commented 11 years ago

Resolves problems with having a '\n' in the links.

Causes errors like "GET /plugins/%20%20%20%20code%20%20/%20%20%20%20code%20%20.js?_=1360492515383 HTTP/1.1", with Firefox.

The changes to factory.coffee, are duplicated from WardCunningham/Smallest-Federated-Wiki@cd51799, and changes.coffee also modified as it introduces '\n' into links.

This is a know Coffee script problem (all be it closed) - see jashkenas/coffee-script#240

WardCunningham commented 11 years ago

I'm sorry it took me so long to get to these pull requests. Thanks for your patience.

paul90 commented 11 years ago

That's not a problem.