Let template set tell us what the valid non-breaking space is for the target output...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Jan 2007 20:33:39 +0000 (20:33 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 2 Jan 2007 20:33:39 +0000 (20:33 +0000)
commitf2c432f530f49b40590b25a90d2a886c894a9524
treec2e461231f1a0651763284bed6788cda7e13007c
parent6806cbe5f14f1d5791e5a6a823b0bed4b64d107a
Let template set tell us what the valid non-breaking space is for the target output format.  This is somewhat inefficient (although so far only found one place to use it - commit coming later); faster design choice might be to create a <template_name>_functions.php file in the template set's directory, where a function called <template_name>_non_breaking_space() can be called, but then where do you draw the line? (Could also replace the hyperlink.tpl file, but then it starts to look like you are doing exactly what the template engine is supposed to be doing.)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12045 7612ce4b-ef26-0410-bec9-ea0150e637f0
templates/default/non_breaking_space.tpl [new file with mode: 0644]