diff options
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot.tpl b/view/jot.tpl index 8be7865b6..b6599feec 100644 --- a/view/jot.tpl +++ b/view/jot.tpl @@ -7,7 +7,7 @@ What's on your mind? <input type="hidden" name="type" value="jot" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> -<textarea rows="5" cols="64" id="profile-jot-text" name="body" ></textarea> +<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea> </div> <div id="profile-jot-submit-wrapper" > |