| Index: appengine/monorail/templates/tracker/render-plain-text.ezt
|
| diff --git a/appengine/monorail/templates/tracker/render-plain-text.ezt b/appengine/monorail/templates/tracker/render-plain-text.ezt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e79bb2a4342fcca285cb4d48f5f80b81023050b9
|
| --- /dev/null
|
| +++ b/appengine/monorail/templates/tracker/render-plain-text.ezt
|
| @@ -0,0 +1,8 @@
|
| +[# Safely display some text that includes some markup, completely removing the markup.
|
| +
|
| + arg0 is a list of element EZT objects that have a tad and content and maybe some
|
| + other attributes.
|
| +
|
| + We do not use extra whitespace in this template because it generates text into a
|
| + context where whitespace is significant.
|
| +][arg0.content]
|
|
|