Loading src/main/resources/web/templates/rs/details/bridge.html +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ <% } %> <% if (relay.get('blocklist') != null) { %> <dt><span class="tip" title="This bridge is not distributed in the following countries.">Blocked in</span></dt> <dt><span class="tip" title="This bridge is not distributed in the following countries.">Not distributed in</span></dt> <dd><%= relay.get('blocklist').join(", ") %></dd> <% } %> Loading Loading
src/main/resources/web/templates/rs/details/bridge.html +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ <% } %> <% if (relay.get('blocklist') != null) { %> <dt><span class="tip" title="This bridge is not distributed in the following countries.">Blocked in</span></dt> <dt><span class="tip" title="This bridge is not distributed in the following countries.">Not distributed in</span></dt> <dd><%= relay.get('blocklist').join(", ") %></dd> <% } %> Loading