Archive
Archive for August, 2011
Double Quotes in WordPress
August 13, 2011
Leave a comment
In a previous post of mine I put the contents of a REG file for people to copy & paste into a REG file so they could import it. In a REG file the VALUE is enclosed in double quotes like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\10.0\AdobeViewer]
"EULAAcceptedForBrowser"=dword:00000001
The problem was the value kept showing up in “fancy” double quotes:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\10.0\AdobeViewer]
“EULAAcceptedForBrowser”=dword:00000001
When people would try to import the REG file it didn’t work. The trick was to go to the HTML tab in the WordPress editor & replace “ with "e;.
Categories: Computers
Double Quotes, Wordpress