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 ├── htdocs
   └── luci-static └── luci-static
   └── resources └── resources
   └── view └── view
   └── example └── example
   ├── form.js ├── form.js
   ├── htmlview.js ├── htmlview.js
   └── rpc.js └── rpc.js
├── Makefile ├── Makefile
├── po ├── po
   ├── templates ├── templates
   │   └── example.pot └── example.pot
├── README.md ├── README.md
└── root └── root
├── etc ├── etc
   ├── luci.example.yaml ├── luci.example.yaml
   └── uci-defaults └── uci-defaults
   └── 80_example └── 80_example
└── usr └── usr
├── libexec ├── libexec
   └── rpcd └── rpcd
   └── luci.example └── luci.example
└── share └── share
├── luci ├── luci
   └── menu.d └── menu.d
   └── luci-app-example.json └── luci-app-example.json
└── rpcd └── rpcd
└── acl.d └── acl.d
└── luci-app-example.json └── luci-app-example.json