Problem with quotes and double quotes in a string

Author Message

Romain Bremaud

Tuesday 02 November 2010 4:09:29 am

Hello everybody.

I have a problem with strings which possess quotes or doubles quotes.

Exemple I have the following code:

<a href="http://www.addthis.com/bookmark.php" 

    class="addthis_button"

    addthis:url={$node.url|ezurl('no','full'))}

    addthis:title={$title}>

</a>

</div>

In my variable $title if I have ' or " my string is broken.

Anyone have an idea to by-pass the problem?

Thanks in advance

Romain Bremaud
Les clefs du net

Christian Rößler

Tuesday 02 November 2010 5:59:12 am

This should do the trick:

http://doc.ez.no/eZ-Publish/Technical-manual/4.x/Reference/Template-operators/Strings/wash

... {$title|wash()} ...

Hannover, Germany
eZ-Certified http://auth.ez.no/certification/verify/395613

Romain Bremaud

Tuesday 02 November 2010 8:34:28 am

Thanks a lot Christian it works.

Romain Bremaud
Les clefs du net

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 05:21:22
Script start
Timing: Jan 18 2025 05:21:22
Module start 'layout'
Timing: Jan 18 2025 05:21:22
Module start 'content'
Timing: Jan 18 2025 05:21:24
Module end 'content'
Timing: Jan 18 2025 05:21:24
Script end

Main resources:

Total runtime1.2924 sec
Peak memory usage4,096.0000 KB
Database Queries58

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.0469152.6406
Module start 'layout' 0.00580.0033 740.687539.5000
Module start 'content' 0.00911.2817 780.1875497.9219
Module end 'content' 1.29080.0016 1,278.10948.1250
Script end 1.2924  1,286.2344 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.2925160.0002
Check MTime0.00150.1154160.0001
Mysql Total
Database connection0.00090.071810.0009
Mysqli_queries1.239295.8802580.0214
Looping result0.00080.0598560.0000
Template Total1.254497.120.6272
Template load0.00260.204420.0013
Template processing1.251796.849020.6259
Template load and register function0.00020.012710.0002
states
state_id_array0.00140.109610.0014
state_identifier_array0.00120.093120.0006
Override
Cache load0.00210.1588170.0001
Sytem overhead
Fetch class attribute can translate value0.00060.047720.0003
Fetch class attribute name0.00110.087930.0004
XML
Image XML parsing0.00020.018020.0001
class_abstraction
Instantiating content class attribute0.00000.000730.0000
General
dbfile0.00130.0977100.0001
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0004 secs