diff options
author | Thomas Willingham <founder@kakste.com> | 2014-04-18 16:35:31 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-04-18 16:35:31 +0100 |
commit | fdcb6052fca2a430bec31d31baa9781eba77b7cb (patch) | |
tree | f65d8d4ee3ae5a1e0cfea42c5cb4f00c74b3b82c /view/tpl | |
parent | 4e0b85267aae6aa8c982b56eb7c17ca2dae17f17 (diff) | |
parent | 2ac7fb49b6567f31644da99da5b43fabf09fe067 (diff) | |
download | volse-hubzilla-fdcb6052fca2a430bec31d31baa9781eba77b7cb.tar.gz volse-hubzilla-fdcb6052fca2a430bec31d31baa9781eba77b7cb.tar.bz2 volse-hubzilla-fdcb6052fca2a430bec31d31baa9781eba77b7cb.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/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}} |