The next line has a typo too. It should be
else $myquery = $query;
Working too fast, too late at night. I'm going to bed.
Cheers,
Dan
On Sat, Feb 28, 2009 at 11:23 PM, The Editor <[email protected]> wrote:
> A typo...
>
> engine.php line 737 has an extra $. It should be
>
> if ($query == '') $myquery = $lastquery;
>
> Sorry!
>
> Cheers,
> Dan
>
> P.S. You guys are pretty fast at spotting this stuff! Thanks...
>
>
> On Sat, Feb 28, 2009 at 10:34 PM, Linly <[email protected]> wrote:
>>
>> The action=search seems break too. I've tested on a fresh install.
>>
>> linly
>>
>> On Mar 1, 11:16 am, Linly <[email protected]> wrote:
>>> I got many problem with this version. It almost messed up my skin.
>>> Some mistake I think I should tweak my skin to adapt the new line
>>> space, but there are another problems .
>>>
>>> 1) I have a condition in the html <head></head>
>>>
>>> <head>
>>> <title>==[if ! equal {p} main]$$title | [if]$$name==</title>
>>> </head>
>>>
>>> The output result adds a pair of unnecessary <p></p> in the <title>
>>> tag like:
>>>
>>> <title><p>Paper | </p>Jargon Cooperation</title>
>>>
>>> Here is the on line example:http://txtray.net/jargon/?p=code.skin.paper
>>>
>>> 2) I have enable "double click to edit" on the skin:
>>>
>>> <div id="content" $$dblclick>
>>>
>>> But the output is:
>>>
>>> <div id="content"><p>ondblclick="window.location.href='?
>>> p=code.skin.paper&action=edit'"</p>
>>> >
>>>
>>> This breaks the "$$dblclick" function.
>>>
>>> 3) All of the table, it adds <p></p> after every </span>. This can't
>>> be fix by css design.
>>>
>>> Cheers, linly
>>>
>>> On Mar 1, 10:15 am, Hans <[email protected]> wrote:
>>>
>>> > Dan - I am confident you fix this div closing issue easily.
>>>
>>> > What i would really like to see is a div markup which is short,
>>> > does not need to be necessarily nestable,
>>> > but does not need explicit closing either,
>>> > so a following div markup will close the preceeding one.
>>> > And which takes a parameter as css class name.
>>>
>>> > Like the >>name<< div markup in PmWiki, which can be used like
>>>
>>> > >>abc<<
>>>
>>> > 123
>>> > 456>>def<<
>>>
>>> > 789
>>> > 012>>ghi<<
>>>
>>> > 345
>>> > 678
>>>
>>> > >><<
>>>
>>> > renders as HTML
>>> > <div class="abc">
>>> > 123
>>> > 456
>>> > </div>
>>> > <div class="def">
>>> > 789
>>> > 012
>>> > </div>
>>> > etc.
>>>
>>> > Having to write out all the div HTML tag syntax is quite cumbersome
>>>
>>> > cheers,
>>> > Hans
>> >>
>>
>
he next
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---