# Lack of spaces in title prevents topic from being created

**URL:** https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046
**Category:** Bug
**Created:** [12 september 2016 om 23:14 UTC](https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046 "2016-09-12T23:14:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Drew\_Warwick](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/drew_warwick/32/80591_2.png) [@Drew\_Warwick](https://meta.discourse.org/u/Drew_Warwick)
#### Post date: [12 september 2016 om 23:14 UTC](https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046/1 "2016-09-12T23:14:24Z")

</div>

Continuing the discussion from ["Title is invalid; try to be a little more descriptive" - why?](https://meta.discourse.org/t/title-is-invalid-try-to-be-a-little-more-descriptive-why/28911/6):

The issue mentioned in the linked post fixed the issue with periods, but it turns out colons are still an issue. This prevents titles containing code syntax e.g. “ContentProdiver:IsLoaded(content)”

It’d be great if colons could receive the same treatment as periods.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [12 september 2016 om 23:14 UTC](https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046/2 "2016-09-12T23:14:43Z")

</div>

Not colons, lack of spaces in this case.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [13 september 2016 om 00:00 UTC](https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046/3 "2016-09-13T00:00:25Z")

</div>

However, I do agree the fix in the previous topic ought to apply to colons as well. Can you make it happen @techAPJ?

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [13 september 2016 om 03:49 UTC](https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046/4 "2016-09-13T03:49:44Z")

</div>

Fixed via:

[https://github.com/discourse/discourse/commit/e46204d1958de3868259b626d84835bfd31ed9a6](https://github.com/discourse/discourse/commit/e46204d1958de3868259b626d84835bfd31ed9a6)

EDIT: Wrong commit message. 😞

Should be: “allow long words if they contain _colons_”

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [13 september 2016 om 03:49 UTC](https://meta.discourse.org/t/lack-of-spaces-in-title-prevents-topic-from-being-created/50046/5 "2016-09-13T03:49:47Z")

</div>


