Removes spaces from the content within the enclosing shortcode to make it database friendly.

**Shortcode:**
 
```js
[no_spaces]
```

**Code Example:**

```js
<p>[no_spaces]This is a title[/no_spaces]</p>
```

!!!Note:
This shortcode has no attributes.
!!!
