View Issue Details

IDProjectCategoryView StatusLast Update
0020909mantisbtuipublic2016-06-12 00:42
Reporterdregad Assigned Todregad  
PrioritylowSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0-beta.1 
Target Version1.3.0-rc.2Fixed in Version1.3.0-rc.2 
Summary0020909: Do not add a space before version suffix
Description

It makes more sense to let the user choose whether they need a space before the suffix by adding it themselves, rather than hardcoding it in core as we do now which prevents them from removing it.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master f18505cf

2016-05-14 05:52

dregad


Details Diff
Do not add a space before version suffix

It makes more sense to let the user choose whether they need a space
before the suffix by adding it themselves, rather than hardcoding it
in core which prevents them from removing it.

This reverts commit 065521c1f7832d12fd0b4ca47e7587caa214444b and applies
the same change in manage_overview_page.php. The admin index page did
not need fixing as it already concatenated the suffix without the space.

Fixes 0020909
Affected Issues
0020909
mod - core/html_api.php Diff File
mod - manage_overview_page.php Diff File