summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/models
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-25 23:00:44 -0500
committerChris McDonough <chrism@plope.com>2011-01-25 23:00:44 -0500
commitbd330cfc22555ce0026b92d40091d0745b60e36c (patch)
treea82eec77cb2fff5d65a04ae1335fe7fc33fe0b53 /docs/tutorials/wiki/src/models
parent63c1e06f6609a619d503db0704c7c1ed1e12939b (diff)
downloadpyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.tar.gz
pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.tar.bz2
pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.zip
- Use &copy; instead of copyright symbol in paster templates / tutorial
templates for the benefit of folks who cutnpaste and save to a non-UTF8 format.
Diffstat (limited to 'docs/tutorials/wiki/src/models')
-rw-r--r--docs/tutorials/wiki/src/models/tutorial/templates/mytemplate.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/models/tutorial/templates/mytemplate.pt b/docs/tutorials/wiki/src/models/tutorial/templates/mytemplate.pt
index e31a342b2..712fd0737 100644
--- a/docs/tutorials/wiki/src/models/tutorial/templates/mytemplate.pt
+++ b/docs/tutorials/wiki/src/models/tutorial/templates/mytemplate.pt
@@ -69,7 +69,7 @@
</div>
</div>
<div id="footer">
- <div class="footer">© Copyright 2008-2011, Agendaless Consulting.</div>
+ <div class="footer">&copy; Copyright 2008-2011, Agendaless Consulting.</div>
</div>
</body>
-</html> \ No newline at end of file
+</html>