diff options
author | friendica <info@friendica.com> | 2014-04-18 16:14:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-04-18 16:14:13 -0700 |
commit | b886647429c6b2f65e1a515adc5b2b739df63c27 (patch) | |
tree | 5244b287928de79afa3ab454945fb5a2deaef8ec /view/tpl/jot.tpl | |
parent | ae1f9bf1c44cffa00b8aff566eef0f22bc26e720 (diff) | |
parent | fdcb6052fca2a430bec31d31baa9781eba77b7cb (diff) | |
download | volse-hubzilla-b886647429c6b2f65e1a515adc5b2b739df63c27.tar.gz volse-hubzilla-b886647429c6b2f65e1a515adc5b2b739df63c27.tar.bz2 volse-hubzilla-b886647429c6b2f65e1a515adc5b2b739df63c27.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index c4fdba0f5..2fd24d5ff 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -81,7 +81,7 @@ </button> {{/if}} {{if $preview}} - <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> + <button class="btn btn-default btn-sm btn-preview" onclick="preview_post();return false;" title="{{$preview}}"> <i class="icon-eye-open jot-icons" ></i> </button> {{/if}} |