From f2c432f530f49b40590b25a90d2a886c894a9524 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 2 Jan 2007 20:33:39 +0000 Subject: [PATCH] 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 _functions.php file in the template set's directory, where a function called _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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/default/non_breaking_space.tpl diff --git a/templates/default/non_breaking_space.tpl b/templates/default/non_breaking_space.tpl new file mode 100644 index 00000000..0b0a2293 --- /dev/null +++ b/templates/default/non_breaking_space.tpl @@ -0,0 +1,19 @@ +  -- 2.25.1