Page MenuHomePhabricator

</center> does not work
Closed, ResolvedPublic

Description

Author: walter

Description:
On this page, [[w:nl:MediaWiki:Noarticletext]] the close tag </center> does not work. It is displayed
like normal text. On a other MediaWiki-page, a article or in the wikipedia-name space it does work.

This is not important but strange.

In general about that tag;
I notice when you use the <center>-tag on a page but not the close tag all text on the page is
centered. I think this should not be working when there is no close tag.


Version: unspecified
Severity: trivial
OS: Windows 2000
Platform: PC
URL: http://nl.wikipedia.org/wiki/MediaWiki:Noarticletext

Details

Reference
bz1372
TitleReferenceAuthorSource BranchDest Branch
Add table sortingrepos/technical-documentation/techdoc-dashboard!20kbachfeature/sortable-tablesdevelop
Loading translate data for collectionrepos/technical-documentation/techdoc-dashboard!19kbachfeature/translate-tagsdevelop
Load template informationrepos/technical-documentation/techdoc-dashboard!17kbachfeature/template-listdevelop
Add replica-based widgetsrepos/technical-documentation/techdoc-dashboard!8kbachfeature/editsdevelop
Fix problems with the libmamaba solverrepos/data-engineering/conda-analytics!35btullisfix_conda_libmambamain
Correct descriptions and URLs of custom default project menu itemsrepos/phabricator/extensions!23aklapperT337297wmf/stable
Downgrade the libmamba package so that it matches condarepos/data-engineering/conda-analytics!34btullismatching-conda_solver_versionsmain
Add conda-libmamba-solver to the conda-analytics environmentrepos/data-engineering/conda-analytics!33btullisinstall_libmamba_solvermain
Pin the version of sqlachemy used in conda-analyticsrepos/data-engineering/conda-analytics!32btullispin_sqlalchemymain
Quick hack to work around /etc/novaobserver.yaml bugtoolforge-repos/openstack-browser!8bd808work/bd808/bad-yaml-hackmaster
Procfile: increase gunicorn timeout to 5 minutestoolforge-repos/openstack-browser!7bd808work/bd808/timeoutmaster
Add create build endpointrepos/cloud/toolforge/builds-api!5dcaroadd_build_create_endpointmain
Add tests for auth and buildrepos/cloud/toolforge/builds-api!4dcaroadd_testsmain
api_client: return the response for any type of requestrepos/cloud/toolforge/toolforge-weld!15dcaroapi_client_return_objectsmain
Correct descriptions and URLs of custom default project menu itemsrepos/phabricator/extensions!7aklapperaklapper-wmf/stable-patch-05641wmf/stable
Add checksumming of the miniconda installerrepos/data-engineering/conda-analytics!30btullisadd_miniconda_checksummingmain
Update miniconda and enable libmamba solverrepos/data-engineering/conda-analytics!28btullisenable_libmambamain
Show related patches Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:11 PM
bzimport set Reference to bz1372.
bzimport added a subscriber: Unknown Object (MLST).

Hello,

Our parser expects HTML tags to be closed so we output XHTML compliant
web pages. In your case, you should firstly close the <font> tag before
closing the <center> tag:

--------8<----------------------------------------------------
<center>
<font color="darkblue">

Deze pagina bevat momenteel geen tekst.

Als u informatie over dit onderwerp wilt toevoegen, kunt u deze pagina bewerken
door op
'''[{{SERVER}}{{localurl:{{NAMESPACE}}:{{PAGENAME}}|action=edit}} bewerk]''' te
klikken.
</font>
</center>
--------8<----------------------------------------------------

Please test it and reopen this bug report if the problem still occur
with the given syntax.