summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-29 22:51:25 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-29 22:51:25 +0000
commitb3e8b20b3eb6af376e57036275bf326349ca6190 (patch)
treeb732775b0544931c0e88aec3356d8e62b595d5e9
parent5002b44f2872f87785d34eee6f2cc9e7d410a797 (diff)
Changed template in tests.builddocs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rwxr-xr-xtests/builddocs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/builddocs.py b/tests/builddocs.py
index 191d62838a..a02c7a826d 100755
--- a/tests/builddocs.py
+++ b/tests/builddocs.py
@@ -15,10 +15,10 @@ MODEL_DOC_TEMPLATE = """
{{ blurb }}
<h2>Model source code</h2>
-<pre>{{ model_source }}</pre>
+<pre class="literal-block">{{ model_source }}</pre>
<h2>Sample API usage</h2>
-<pre>{{ api_usage }}</pre>
+<pre class="literal-block">{{ api_usage }}</pre>
</div>
"""