diff options
author | friendica <info@friendica.com> | 2012-07-23 18:41:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-23 18:41:19 -0700 |
commit | e18417ea47bac5add79bc4f8fad8e89c6c6f9d08 (patch) | |
tree | 9cf9bcb0bfa5fca688d8aa5b11914809aeefbabf /view/theme/dispy/conversation.tpl | |
parent | b0f1d03a8ad51769c347a2056ce872972380d48f (diff) | |
download | volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.gz volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.tar.bz2 volse-hubzilla-e18417ea47bac5add79bc4f8fad8e89c6c6f9d08.zip |
correct spelling - tread to thread
Diffstat (limited to 'view/theme/dispy/conversation.tpl')
-rw-r--r-- | view/theme/dispy/conversation.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 4a93dacf3..325adb972 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -1,5 +1,5 @@ {{ for $threads as $thread }} -<div id="tread-wrapper-$thread.id" class="tread-wrapper"> +<div id="thread-wrapper-$thread.id" class="thread-wrapper"> {{ for $thread.items as $item }} {{if $item.comment_firstcollapsed}} <div class="hide-comments-outer"> |