mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Allow quotes in meta description fields
This commit is contained in:
parent
bd703adacd
commit
d5d4ef1a05
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ helpers do
|
|||
# @return [String]
|
||||
def description_for(page)
|
||||
description = (page.data.description || "")
|
||||
.gsub('"', '')
|
||||
.gsub(/\n+/, ' ')
|
||||
.squeeze(' ')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue