]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/smoothly/templates/jot.tpl
Merge branch 'develop' into issue/#3062
[friendica.git] / view / theme / smoothly / templates / jot.tpl
index e3e6294f0c81938222eb55d124de8ac6d4273b26..26578dafceed3cf7180bb0039613883485953700 100644 (file)
@@ -26,9 +26,8 @@
                {{/if}}
                <div id="jot-text-wrap">
                        <img id="profile-jot-text-loading" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /><br>
-                       <textarea rows="5" cols="80" class="profile-jot-text" id="profile-jot-text" name="body" >
-                       {{if $content}}{{$content}}{{else}}{{$share}}
-                       {{/if}}
+                       <textarea rows="5" cols="80" class="profile-jot-text" id="profile-jot-text" name="body" placeholder="{{$share}}">
+                       {{if $content}}{{$content}}{{/if}}
                        </textarea>
                </div>