diff options
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index df82f7199..00196e9d3 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -1,8 +1,8 @@ <form action="$action" method="post"> <div id="jot"> - <div id="profile-jot-desc" > </div> - <input name="title" id="jot-title" type="text" placeholder="$titleplaceholder" value="$title" class="jothidden" style="display:none"> - <div id="character-counter" class="grey"></div> + <div id="profile-jot-desc" class="jothidden" > </div> + <input name="title" id="jot-title" type="text" placeholder="$placeholdertitle" value="$title" class="jothidden" style="display:none"> + <div id="character-counter" class="grey jothidden"></div> <input type="hidden" name="type" value="$ptyp" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> |