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
|
@ -20,7 +20,7 @@ function update_profile_content(&$a) {
|
|||
* We can remove this hack once Internet Explorer recognises HTML5 natively
|
||||
*/
|
||||
|
||||
echo (($_GET['msie'] == 1) ? '<div>' : '<section>');
|
||||
echo "<section>";
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -53,7 +53,7 @@ function update_profile_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