luci-app-example: replace NBSP with a space

It looks like an IDE replaced some spaces with a Non-breaking space.
It's not needed here

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2024-01-19 20:04:32 +02:00
parent a4fd238ab2
commit 0223b45e3e

View file

@ -3,31 +3,31 @@
```
.
├── htdocs
   └── luci-static
   └── resources
   └── view
   └── example
   ├── form.js
   ├── htmlview.js
   └── rpc.js
└── luci-static
└── resources
└── view
└── example
├── form.js
├── htmlview.js
└── rpc.js
├── Makefile
├── po
   ├── templates
   │   └── example.pot
├── templates
└── example.pot
├── README.md
└── root
├── etc
   ├── luci.example.yaml
   └── uci-defaults
   └── 80_example
├── luci.example.yaml
└── uci-defaults
└── 80_example
└── usr
├── libexec
   └── rpcd
   └── luci.example
└── rpcd
└── luci.example
└── share
├── luci
   └── menu.d
   └── luci-app-example.json
└── menu.d
└── luci-app-example.json
└── rpcd
└── acl.d
└── luci-app-example.json