Modify ↓
Opened 21 years ago
Closed 21 years ago
#151 closed defect (fixed)
Wiki processor parser catches #!/bin/sh
Reported by: | daniel | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | 0.5.2 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When adding quoted shell scripts or other scripts starting with slashbang, the wiki processor parser catches them.
This is probably all and well in syntax, but maybe we should check for '/' in the "processor name" and thus quote scripts properly.
Example:
#!/bin/sh echo Santa claus isn\'t dead, dear, he\'s sleeping.
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
Status: | new → assigned |
---|
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [275].