mirror of https://github.com/friendica/friendica
* Restore translatability to mood phrases * Prevent casting of "false" in html2plain * Allow attachments with a comma in the filename * Fix/optimize ACL img data-src jQuery search * Fix bug when uploading files with a comma in the name using Chrome/Chromium * Babel nicer output formatting * Remove obsolete "plaintext" check in mod/parse_url * Restore TinyMCE live insertion of images * Smarty conversion script: add --no-header option to suppress warning headers in Smarty template filespull/582/head
parent
d62483f526
commit
74caf1a4a7
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +1 @@
|
||||
<span class="fakelink-wrapper" id=$vote_id-wrapper><span class="fakelink" onclick="openClose('$vote_id');">$count $people</span> $vote_mood</span>
|
||||
|
||||
<span class="fakelink-wrapper" id="$[type]list-$id-wrapper">$phrase</span>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,2 +1 @@
|
||||
<span class="fakelink-wrapper" id=$vote_id-wrapper><span class="fakelink" onclick="openClose('$vote_id');">$count $people</span> $vote_mood</span>
|
||||
|
||||
<span class="fakelink-wrapper" id="$[type]list-$id-wrapper">$phrase</span>
|
||||
|
@ -1,2 +1 @@
|
||||
<span class="fakelink" onclick="openClose('$vote_id');">$count $people</span> $vote_mood<br />
|
||||
|
||||
$phrase
|
||||
|
Loading…
Reference in new issue