diff --git a/_templates/development.html b/_templates/development.html index b9892db4..6442398d 100755 --- a/_templates/development.html +++ b/_templates/development.html @@ -49,7 +49,7 @@ id: development
  • MultiBit - A thin SPV international Bitcoin client for desktops.
  • Bitcoin Wallet for Android - A thin SPV Bitcoin client for mobiles.
  • Armory - A Bitcoin client with enhanced security features.
  • -
  • Electrum - A fast Bitcoin client relying on remote servers to store the block chain.
  • +
  • Electrum - A fast Bitcoin client relying on remote servers to store the block chain.
  • BFGMiner - Modular Bitcoin mining software.
  • libblkmaker and python-blkmaker - Client side libraries for the getblocktemplate mining protocol.
  • Hive - A fast user-friendly SPV Bitcoin client.
  • @@ -68,7 +68,7 @@ id: development
    {% for c in site.contributors %} {% if c.gravatar_id %}icon{% else %}icon{% endif %} - {% if c.login %}{{ c.name }} ({{ c.contributions }}){% else %}{{ c.name }} ({{ c.contributions }}){% endif %} + {% if c.login %}{{ c.name }} ({{ c.contributions }}){% else %}{{ c.name }} ({{ c.contributions }}){% endif %} {% endfor %}