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:
parent
a4fd238ab2
commit
0223b45e3e
1 changed files with 16 additions and 16 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue