Looks like you're using a customized ViewTemplate.
Can you provide a test case:
http://www.tiddlywiki.org/wiki/Troubleshooting
-- F.
I've figured out where the error is. Its in this tiddler:
http://mptw.tiddlyspot.com/#MptwTheme
Specifically, this code:
<div class='subtitle'>
(updated <span macro='view modified date {{config.mptwDateFormat?
config.mptwDateFormat:"MM/0DD/YY"}}'></span>
by <span macro='view modifier link'></span>)
<!--
(<span macro='message views.wikified.createdPrompt'></span>
<span macro='view created date {{config.mptwDateFormat?
config.mptwDateFormat:"MM/0DD/YY"}}'></span>)
-->
</div>
How do I manually add a space before the word "by"?