Opened 18 years ago
Closed 18 years ago
#125 closed Defect (fixed)
incorrect php starting tag in text_transform.inc
Reported by: | Christian Beer | Owned by: | Rytis |
---|---|---|---|
Priority: | Minor | Milestone: | |
Component: | Web - Project | Version: | |
Keywords: | Cc: |
Description
The short <? tag in the first line of text_transform.inc is screwing up the websites of newly created BOINC projects. Off Course this will only happen if short_open_tag is set to false but we use the long version (<?php) in all other files so we should stick with it and use it here also.
Change History (3)
comment:1 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I found some more in:
ops/clean_user_names.php ops/grant_credit.php user/translate.php inc/cert.inc inc/ops.inc
I made a search for <? in html/ so I think I got all.
Fixed in changeset [12475]