Opened 17 years ago

Closed 17 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 17 years ago by Rytis

Resolution: fixed
Status: newclosed

Fixed in changeset [12475]

comment:2 Changed 17 years ago by Christian Beer

Resolution: fixed
Status: closedreopened

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.

comment:3 Changed 17 years ago by Rytis

Resolution: fixed
Status: reopenedclosed

Fixed in [12500].

Note: See TracTickets for help on using tickets.