diff options
Diffstat (limited to 'chimere/templates/detail.html')
-rw-r--r-- | chimere/templates/detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/detail.html b/chimere/templates/detail.html index e387dcc..fd8712d 100644 --- a/chimere/templates/detail.html +++ b/chimere/templates/detail.html @@ -9,7 +9,7 @@ <a href='{{share_network.1}}' onclick='processTinyUrl("{{share_network.1}}", {{marker.id}}); return false;'>{{share_network.0}}</a> {% endfor %}{%else%} <ul id='share'><li>{% trans "Share"%}</li>{% for share_network in share_networks %} -<li><a href='{{share_network.1}}' onclick='processTinyUrl("{{share_network.1}}, {{marker.id}}"); return false;'><img src="{{share_network.2}}" alt="{{share_network.0}}"/></a></li> +<li><a href='{{share_network.1}}' onclick='processTinyUrl("{{share_network.1}}", {{marker.id}}); return false;'><img src="{{share_network.2}}" alt="{{share_network.0}}"/></a></li> {% endfor %}</ul>{% endif %} {% endif %} </div> |