PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, July 26, 2022

[FIXED] How to stop Dreamweaver from converting " double quotes to "?

 July 26, 2022     dreamweaver, html, html-entities     No comments   

Issue

I need to use double quotes inside a tag

How to stop Dreamweaver from converting " double quotes to " ?

I need the original " and not " but as soon as I add the " quote via Design view, it shows " in design view, but in code view its "

I need the " double quote to remain the same in both Design and Code view.

The reason is that i need the double quote "" in a tag such as {mytag category="news"}

I need the exact tag as {mytag category="news"} but dreamweaver is changing the double quotes in the Code view to " so this is what i am getting in the Code view

{mytag category="news"}

ISSUE :: SOLVED


Solution

Found the answer

I just changed the DOCTYPE from XHTML to HTML5

And it worked fine, it did not convert the double quotes to its entity.

This solves the issue for me, for now.



Answered By - Ibn Saeed
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing