Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
874
for
trunk/Modules/Map/MapAPI.php
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Apr 6, 2020, 11:56:19 PM (
5 years
ago)
Author:
chronos
Message:
Modified: Do not use parenthesis around returned value.
File:
1 edited
trunk/Modules/Map/MapAPI.php
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
trunk/Modules/Map/MapAPI.php
¶
r873
r874
37
37
function Show()
38
38
{
39
return
('')
;
39
return
''
;
40
40
}
41
41
}
…
…
102
102
</script>';
103
103
$Output .= '<div id="map_canvas" style="width: 100%; height: 98%;"></div>';
104
return
($Output)
;
104
return
$Output
;
105
105
}
106
106
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive