mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
updated jquery to version 1.11, updated themes frost and diabook where necessary
This commit is contained in:
parent
5f9845d235
commit
87fa2ee2af
24 changed files with 195 additions and 743 deletions
|
@ -16,11 +16,7 @@ function update_notes_content(&$a) {
|
|||
header("Content-type: text/html");
|
||||
echo "<!DOCTYPE html><html><body>\r\n";
|
||||
|
||||
/**
|
||||
* We can remove this hack once Internet Explorer recognises HTML5 natively
|
||||
*/
|
||||
|
||||
echo (($_GET['msie'] == 1) ? '<div>' : '<section>');
|
||||
echo "<section>";
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -53,7 +49,7 @@ function update_notes_content(&$a) {
|
|||
*/
|
||||
|
||||
echo str_replace("\t",' ',$text);
|
||||
echo (($_GET['msie'] == 1) ? '</div>' : '</section>');
|
||||
echo "</section>";
|
||||
echo "</body></html>\r\n";
|
||||
killme();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue