diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-11 22:24:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-11 22:24:43 -0500 |
commit | 066668e9efdf643d14b48dacb42112c1436f30b9 (patch) | |
tree | 198da0a48c5e3f7e71ed2ee26f0546a274296aa2 | |
parent | 25730e2f78f3c0b6c97dd4ed55531c63c501ace3 (diff) | |
download | ematrix-066668e9efdf643d14b48dacb42112c1436f30b9.tar.lz ematrix-066668e9efdf643d14b48dacb42112c1436f30b9.tar.xz ematrix-066668e9efdf643d14b48dacb42112c1436f30b9.zip |
fix syntax
-rw-r--r-- | hosts-files.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/hosts-files.html b/hosts-files.html index 8799b50..b0cc6d6 100644 --- a/hosts-files.html +++ b/hosts-files.html @@ -48,17 +48,17 @@ <div id="templates" style="display: none;"> <ul> <li class="listEntry"> - <input type="checkbox"><!-- - --><a class="content" type="text/plain" target="_blank" href=""></a>​<!-- - --><a class="fa support" href="" target="_blank"></a>​<!-- - --><a class="fa remove" href=""></a>​<!-- - --><a class="fa mustread" href="" target="_blank"></a>​<!-- - --><span class="fa status unsecure" title="http"></span>​<!-- - --><span class="counts dim"></span>​<!-- - --><span class="fa status obsolete" title="hostsFilesExternalListObsolete"></span>​<!-- - --><span class="fa status cache"></span>​<!-- - --><span class="fa status updating"></span>​<!-- - --><span class="fa status failed"></span> + <input type="checkbox"><!-- --> + <a class="content" type="text/plain" target="_blank" href=""></a>​<!-- --> + <a class="fa support" href="" target="_blank"></a>​<!-- --> + <a class="fa remove" href=""></a>​<!-- --> + <a class="fa mustread" href="" target="_blank"></a>​<!-- --> + <span class="fa status unsecure" title="http"></span>​<!-- --> + <span class="counts dim"></span>​<!-- --> + <span class="fa status obsolete" title="hostsFilesExternalListObsolete"></span>​<!-- --> + <span class="fa status cache"></span>​<!-- --> + <span class="fa status updating"></span>​<!-- --> + <span class="fa status failed"></span> </li> </ul> </div> |