diff options
author | friendica <info@friendica.com> | 2014-05-25 22:42:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-25 22:42:07 -0700 |
commit | 810515f1a10082ac7bc75550089ce9c40b44b003 (patch) | |
tree | 7155e99b5a5b67f18cb7299ea593094bab5baaac /mod/appman.php | |
parent | 03e2d2ee8f048faa3328a2fdbb6c252726284db4 (diff) | |
download | volse-hubzilla-810515f1a10082ac7bc75550089ce9c40b44b003.tar.gz volse-hubzilla-810515f1a10082ac7bc75550089ce9c40b44b003.tar.bz2 volse-hubzilla-810515f1a10082ac7bc75550089ce9c40b44b003.zip |
auto-highlight app embed code on click
Diffstat (limited to 'mod/appman.php')
-rw-r--r-- | mod/appman.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/appman.php b/mod/appman.php index a782cb0eb..0cc108079 100644 --- a/mod/appman.php +++ b/mod/appman.php @@ -77,7 +77,7 @@ logger('content'); ); if($r) $app = $r[0]; - $embed = array('embed', t('Embed code'), app_encode($app,true),''); + $embed = array('embed', t('Embed code'), app_encode($app,true),'', 'onclick="this.select();"'); } |