History log of /dokuwiki/lib/images/fileicons/index.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 257be26c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: multi statements


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 59305168 02-Mar-2020 Phy <git@phy25.com>

Remove obsolete attributes at <script> tag

Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:

1. "type" attribute defaults to "application/javascript", so there

Remove obsolete attributes at <script> tag

Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:

1. "type" attribute defaults to "application/javascript", so there is no need to specify that. The recent value "text/javascript" is obsolete in favor of the default "application/javascript", as stated e.g. here: https://www.iana.org/assignments/media-types/media-types.xhtml#text

2. "charset" attribute of the <script> tag defaults to encoding be the same as the encoding of the script element's node document. As DokuWiki's default encoding is "utf-8", there is no need to specify this encoding in external resources. See: https://html.spec.whatwg.org/multipage/scripting.html#the-script-element

Manual merging, closes #2921.

Co-Authored-By: petrkajzar <58340153+petrkajzar@users.noreply.github.com>

show more ...


# 39a5e54f 23-Dec-2018 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Update index.php

vars fixed


# 3c72355e 23-Dec-2018 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Update index.php

Code slightly minified


# ebb53cb7 06-Mar-2014 Andreas Gohr <andi@splitbrain.org>

fixed index file


# dfe934f9 16-Feb-2014 Andreas Gohr <andi@splitbrain.org>

Switched file icons against generated ones, added 32x32 versions


# c8839c22 14-Jul-2012 Anika Henke <anika@selfthinker.org>

changed all doctypes to html5 doctype


# 46c43bd8 12-Feb-2009 otto <otto@valjakko.net>

missing_head

darcs-hash:20090212115732-89fa1-f7c6fd4653b094c56d2bd1352cf840dce8fb6c54.gz


# c6480b76 12-Apr-2006 Andreas Gohr <andi@splitbrain.org>

consistent filetype icons

Now all filetype icons have the same style and work on light and dark
backgrounds. A test file was added to lib/images/fileicons/index.php

darcs-hash:20060412195703-7ad00-

consistent filetype icons

Now all filetype icons have the same style and work on light and dark
backgrounds. A test file was added to lib/images/fileicons/index.php

darcs-hash:20060412195703-7ad00-4d31a65788e8da0255ea6e064382595e8ae183ff.gz

show more ...