webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Replaced open tags ("<?" to "<?php") #53

Closed BorysekOndrej closed 10 years ago

BorysekOndrej commented 10 years ago

Replaced short open tags ("<?") for safe open tags ("<?php"). Short open tags were used near the end of lines (lines 56-58).