Page MenuHomeWildfire Games

DD: replace non-breaking space with normal space
ClosedPublic

Authored by Nescio on May 21 2019, 8:55 PM.

Details

Summary

About a dozen of the markdown files currently contain non-breaking spaces, which is problematic. This patch replaces all those with ordinary spaces.

Did a grep -r ' ' to check.

Test Plan

Diff Detail

Repository
rDD 0 A.D. Design Document
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 7559
Build 12324: arc lint + arc unit

Event Timeline

Nescio created this revision.May 21 2019, 8:55 PM
Itms accepted this revision.May 21 2019, 9:36 PM

Very nice, thanks for the work ?

This revision is now accepted and ready to land.May 21 2019, 9:36 PM
This revision was automatically updated to reflect the committed changes.