diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-25 23:00:44 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-25 23:00:44 -0500 |
| commit | bd330cfc22555ce0026b92d40091d0745b60e36c (patch) | |
| tree | a82eec77cb2fff5d65a04ae1335fe7fc33fe0b53 /docs/tutorials/wiki/src/models | |
| parent | 63c1e06f6609a619d503db0704c7c1ed1e12939b (diff) | |
| download | pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.tar.gz pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.tar.bz2 pyramid-bd330cfc22555ce0026b92d40091d0745b60e36c.zip | |
- Use © 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.pt | 4 |
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">© Copyright 2008-2011, Agendaless Consulting.</div> </div> </body> -</html>
\ No newline at end of file +</html> |
