diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-06 05:07:28 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-06 05:07:28 -0700 |
commit | 1ea69ae275245f65ee0bb8f959744f0896913a0c (patch) | |
tree | a9d8178f063b592a4df64172ded6ad08910c9147 /view/jot.tpl | |
parent | 6817c5d59ad578370a2b60dbdcdba16e43dbac65 (diff) | |
download | volse-hubzilla-1ea69ae275245f65ee0bb8f959744f0896913a0c.tar.gz volse-hubzilla-1ea69ae275245f65ee0bb8f959744f0896913a0c.tar.bz2 volse-hubzilla-1ea69ae275245f65ee0bb8f959744f0896913a0c.zip |
bizzy
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" > |