##// END OF EJS Templates
Added quotes to the title
neko259 -
r851:cb2cfb7f default
parent child Browse files
Show More
@@ -71,7 +71,7 b' class PostManager(models.Manager):'
71 # last!
71 # last!
72 last_edit_time=posting_time)
72 last_edit_time=posting_time)
73
73
74 logger.info('Created post #%d with title %s' % (post.id,
74 logger.info('Created post #%d with title "%s"' % (post.id,
75 post.title))
75 post.title))
76
76
77 if image:
77 if image:
General Comments 0
You need to be logged in to leave comments. Login now