Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10362] HTML5 Fix - Replace name attribute with id in anchors | Matt Friedman | 2011-09-11 | 1 | -1/+1 |
| | | | | | | | When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362 | ||||
* | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556 | ||||
* | Copy 3.0.x branch to trunk | Meik Sievertsen | 2009-10-04 | 1 | -0/+71 |
git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 |