~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/wiki/changeset.html

  • Committer: Holger Rapp
  • Date: 2010-01-04 16:01:00 UTC
  • mfrom: (194.1.7 widelands)
  • Revision ID: rapp@mrt.uka.de-20100104160100-bzqnyql2uwztp1dd
Merged with janus work

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    </div>
23
23
    {%endif %}
24
24
    <h3>Revision differences</h3>
 
25
    <div class="changeset_content">
25
26
    {{ changeset.display_diff|safe }}
 
27
    </div>
26
28
{% endblock %}