diff options
author | xue <> | 2006-04-24 21:45:16 +0000 |
---|---|---|
committer | xue <> | 2006-04-24 21:45:16 +0000 |
commit | 7654def758aae11938045977b260904a2ad23d0f (patch) | |
tree | 6459cc8888e2baeca56afd77b8a8d23c0a883fc8 /tests | |
parent | 5773b275b4a79bb31471d43faf7f60f380897968 (diff) |
Fixed a case-sensitivity bug about TContentPlaceHolder.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl index 5838aa5b..94468a7b 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket54Master.tpl @@ -1 +1 @@ -|<com:TContentPlaceholder ID="A" />|a|<com:TContentPlaceholder ID="B" />|b|<com:TContentPlaceholder ID="C" />|
+|<com:TContentPlaceHolder ID="A" />|a|<com:TContentPlaceHolder ID="B" />|b|<com:TContentPlaceHolder ID="C" />|
|