about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-05-30 22:21:22 +0000
committerLars Hjemli <hjemli@gmail.com>2011-05-30 22:21:22 +0000
commit9acd1cf137ae6c91bafa91f6a073b7908e7ea695 (patch)
tree347d1c6f9d6bcc376fb4664bf54e7e1647da5517 /COPYING
parentMerge branch 'stable' (diff)
downloadcgit-pink-9acd1cf137ae6c91bafa91f6a073b7908e7ea695.tar.gz
cgit-pink-9acd1cf137ae6c91bafa91f6a073b7908e7ea695.zip
ui-stats.c: fix invalid html
Found by http://validator.w3.org.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
d up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe