diff options
author | xue <> | 2006-06-22 03:16:05 +0000 |
---|---|---|
committer | xue <> | 2006-06-22 03:16:05 +0000 |
commit | c252d502e371d71388939775bffb31eb27004814 (patch) | |
tree | 9aba6f407184111df232477623f17f08292a624f /.gitattributes | |
parent | b796cf4dd89186f1269f80db3073acc07350f6e0 (diff) |
Put TListItem into a separate file to avoid class-undefined problem.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index cc7deb48..e47b7da9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1507,6 +1507,7 @@ framework/Web/UI/WebControls/TLinkButton.php -text framework/Web/UI/WebControls/TListBox.php -text framework/Web/UI/WebControls/TListControl.php -text framework/Web/UI/WebControls/TListControlValidator.php -text +framework/Web/UI/WebControls/TListItem.php -text framework/Web/UI/WebControls/TLiteral.php -text framework/Web/UI/WebControls/TMarkdown.php -text framework/Web/UI/WebControls/TMultiView.php -text |