diff options
author | Andrea Greco <accounts@andreagre.co> | 2023-10-10 12:13:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 12:13:49 +0200 |
commit | df1edd76f66b33eabe72cc7cbf656fddf7f72bea (patch) | |
tree | 4ab5ceecf4ee514d75fe19c45bb898499071bfb7 /_tools/gpon-omci-vlan-parser.md | |
parent | hotfix zte router page (#273) (diff) | |
download | hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.tar hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.tar.gz hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.tar.bz2 hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.tar.lz hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.tar.xz hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.tar.zst hack-gpon.github.io-df1edd76f66b33eabe72cc7cbf656fddf7f72bea.zip |
Diffstat (limited to '_tools/gpon-omci-vlan-parser.md')
-rw-r--r-- | _tools/gpon-omci-vlan-parser.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_tools/gpon-omci-vlan-parser.md b/_tools/gpon-omci-vlan-parser.md index 77c5b6b..be1159d 100644 --- a/_tools/gpon-omci-vlan-parser.md +++ b/_tools/gpon-omci-vlan-parser.md @@ -1,7 +1,7 @@ --- title: GPON OMCI VLAN Table parser has_children: false -description: Tool for parse the GPON OMCI VLAN Table (ME 171) +description: Tool for parsing the GPON OMCI VLAN Table (ME 171) layout: default --- @@ -11,7 +11,7 @@ layout: default <input type="text" class="form-control" placeholder="VLAN TABLE in HEX" name="vlan-table-hex" id="vlan-table-hex" required> <label for="vlan-table-hex">VLAN TABLE in HEX</label> <div class="invalid-feedback"> - Please provide a valid input text. + Please provide a valid text input. </div> </div> <div class="mb-3"> |