Closed (fixed)
Project:
Dript - A Scripting Language for Drupal
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
23 Jan 2007 at 07:46 UTC
Updated:
26 Jan 2007 at 01:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
chelahmy commentedA nice tag line you have over the site.
I think it is a bug in the string escape character handling. Not just the \n. I saw the function list in your site added slashes before the quotes. It should not be that way. I will have a look at it immediately. By the way it is still in the development release. However \n will not get you the newline unless you wrap the output with <pre> tags. Other way to get newline effect is to print <br>. Output is treated as html text.
Comment #2
chelahmy commentedI've already fixed the bugs and committed the changes to the cvs. Only three files affected: dript.module, lisp.inc and lisp_parser.inc. It will take sometimes before the server create the tar ball. Or you may get them from the cvs directly. Depending on input format you may enclose or not <pre> tags around string containing \n. HTML tags are supported inside string. There will be no more slashes in front of quotes as in (funs).
Comment #3
Roland Tanglao@bryght.com commentedi did a CVS update and dript.module wasn't updated:
Will let you know how testing works out
Comment #4
chelahmy commentedMaybe need to give the cvs some more times. I checked from here that dript is already updated. Last week it made me wait 2 days before the tar ball was created. Or you may try the attached dript.zip.
Comment #5
Roland Tanglao@bryght.com commentedThe break tag <br /> works! the problem with CVS is not a problem. you are using the HEAD instead of tagging it Drupal 5.