diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-08 23:22:30 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-08 23:22:30 +0100 |
commit | 8d9a3826facc7f828265d5dbd036db863bfb4fc2 (patch) | |
tree | baf7e0034ac5278f2370d615a0d41da94affd676 /module/web/templates | |
parent | py 2.5 compability (diff) | |
download | pyload-8d9a3826facc7f828265d5dbd036db863bfb4fc2.tar.xz |
encoding fix
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/collector.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/collector.html b/module/web/templates/default/collector.html index c0ac78202..8dddd488e 100644 --- a/module/web/templates/default/collector.html +++ b/module/web/templates/default/collector.html @@ -38,8 +38,8 @@ document.addEvent("domready", function(){ {% block pageactions %}
<ul id="page-actions-more">
- <li id="del-finished"><a style="padding: 0; font-weight: bold;" href="#">{% trans "Delete Finished" %}</a></li>
- <li id="restart-failed"><a style="padding: 0; font-weight: bold;" href="#">{% trans "Restart Failed" %}</a></li>
+ <li id="del_finished"><a style="padding: 0; font-weight: bold;" href="#">{% trans "Delete Finished" %}</a></li>
+ <li id="restart_failed"><a style="padding: 0; font-weight: bold;" href="#">{% trans "Restart Failed" %}</a></li>
</ul>
{% endblock %}
|