~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/support/werkzeug/debug/templates/frame.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<div class="frame" id="frame-$frame.id">
2
 
  <h4>File <cite class="filename">"$escape(frame.filename)"</cite>,
3
 
      line <em class="line">$frame.lineno</em>,
4
 
      in <code class="function">$escape(frame.function_name)</code></h4>
5
 
  <pre>${escape(frame.current_line.strip())}</pre>
6
 
</div>