Closed (fixed)
Project:
AsciiDoc Display
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2013 at 21:42 UTC
Updated:
12 May 2014 at 17:07 UTC
Jump to comment: Most recent
When I display the documentation from the Core Docs project on my local site, it works fine.
But when I display on my api dev site, weird characters are appearing.
For example, I'm seeing this in the markup on the dev site:
<h1 id="page-title" class="title">Chapter 1. Introduction - The Drupal 8 API</h1>
vs. this on my local site:
<h1 class="title" id="page-title">
Chapter 1. Introduction - The Drupal 8 API </h1>
It is being generated from the exact same AsciiDoc output. Possibly a character encoding mishap in the DOM reading?
Comments
Comment #1
jhodgdonThis is fixed. It was an encoding problem.
http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-...
Comment #3
jhodgdonMoving to new project, see #2264631: Fixing type of this project