Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html &引用?&引用;显示为限制符号而不是“限制符号”&引用;_Html_Ruby - Fatal编程技术网

Html &引用?&引用;显示为限制符号而不是“限制符号”&引用;

Html &引用&#63;&引用;显示为限制符号而不是“限制符号”&引用;,html,ruby,Html,Ruby,我正在编辑html.erb页面上的文本: <body> <div class="jumbotron center"> <h2>FAQ</h2> <p class="text-left"> How do I call you &#63; </p> </div> </body> 常见问题 我怎么称呼你?; “?”应显示为“”,但在Chrome中它显示为限制

我正在编辑html.erb页面上的文本:

<body>
<div class="jumbotron center">
<h2>FAQ</h2>
    <p class="text-left">
     How do I call you &#63;
    </p>
</div>
</body>

常见问题

我怎么称呼你?;


“?”应显示为“”,但在Chrome中它显示为限制标志。我做错了什么?

正如Minitech所指出的,问题在于web字体。我刚刚在网上找到了这个帖子:code.google.com/p/googlefontdirectory/issues/detail?id=93


我使用的是谷歌字体Amatic,而“?”显然是一个已知的问题。

为什么不使用问号呢?谢谢你的回答。我也得到了一个限制标志来代替问号…你能提供一个截图吗?另外,您正在使用webfont吗?谢谢!这就解决了问题。我使用的是谷歌字体Amatic,而“?”显然是一个已知的问题。我刚在网上找到这条线索:啊!可以你愿意自己回答吗?