diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 22:34:00 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 22:34:00 +0200 |
commit | 230902a9dfa1e2478a5b172c6741035cd3e2e6aa (patch) | |
tree | 647a07aa4b6c08bcf41bc87e159a7a5b712bda94 /essid.shtml | |
parent | 813087e72000344d2bbb838c279219d0ea03b117 (diff) |
replaced all == with =
Diffstat (limited to 'essid.shtml')
-rw-r--r-- | essid.shtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/essid.shtml b/essid.shtml index bc18320..7dd995d 100644 --- a/essid.shtml +++ b/essid.shtml @@ -16,10 +16,10 @@ Gefördert werden diese Idee und dieses Netz vom Verein Funkfeuer Graz, der eine <div class="infobox">
<p>
Kanal / channel <!--#echo var="CHAN"--> (<!--#include file="freq.shtml"--> MHz) <br/>
-<em><!--#if expr="$POL == v"-->vertikal polarisiert / navpično polariziran / vertically polarized
-<!--#elif expr="$POL == h"-->horizontal polarisiert / vodoravno polariziran / horizontally polarized
-<!--#elif expr="$POL == l"-->linksdrehend polarisiert / levo krožno polariziran / left-hand circularly polarized
-<!--#elif expr="$POL == r"-->rechtsdrehend polarisiert / desno krožno polariziran / right-hand circularly polarized
+<em><!--#if expr="$POL = v"-->vertikal polarisiert / navpično polariziran / vertically polarized
+<!--#elif expr="$POL = h"-->horizontal polarisiert / vodoravno polariziran / horizontally polarized
+<!--#elif expr="$POL = l"-->linksdrehend polarisiert / levo krožno polariziran / left-hand circularly polarized
+<!--#elif expr="$POL = r"-->rechtsdrehend polarisiert / desno krožno polariziran / right-hand circularly polarized
<!--#endif--></em>
</p>
<table>
|