]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Replaced NBSP constant with a new nbsp() function. The return value of HTML::nbsp...
authorcarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 29 Oct 2002 01:12:24 +0000 (01:12 +0000)
committercarstenklapp <carstenklapp@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 29 Oct 2002 01:12:24 +0000 (01:12 +0000)
commit6b6df945f8a511c72843492c999b79446219e525
treede82b0ad4df41619dd08dc8edfa1dd0defaeee68
parentf5f80016d44125386536e6ccaa4281b17a7376fd
Replaced NBSP constant with a new nbsp() function. The return value of HTML::nbsp() depends on the CHARSET in index.php. It provides the utf-8 and iso-8859-1 non-breaking spaces, and for any other charset it falls back to the html-entity "&nbsp;". (Maybe this should just always output an html entity? We currently use a raw "\xA0" character for iso-8859-1 so this value was left as is.)

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2401 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/HtmlElement.php
lib/PageList.php
lib/diff.php
lib/plugin/Calendar.php
lib/plugin/EditMetaData.php
lib/plugin/OldStyleTable.php
lib/plugin/RawHtml.php
lib/plugin/_BackendInfo.php