diff options
Diffstat (limited to 'cgi/templates/manage/news.html')
-rw-r--r-- | cgi/templates/manage/news.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/manage/news.html b/cgi/templates/manage/news.html index feec2a5..30fd9b7 100644 --- a/cgi/templates/manage/news.html +++ b/cgi/templates/manage/news.html @@ -37,7 +37,7 @@ <th>ID</th> <th>Fecha</th> <?py if action != 2: ?><th>TÃtulo</th><?py #endif ?> - <th>${"Noticia" if action != 2 else Tweet}</th> + <th>${"Noticia" if action != 2 else "Tweet"}</th> <th></th> </tr> <?py for post in posts: ?> |