Jump to content


- - - - -

These codes can't be quote


  • Please log in to reply
2 replies to this topic

#1 Aeolus

Aeolus

    Programmer

  • IM Supporters
  • PipPipPipPipPipPip
  • 416 posts
  • Location:Taiwan
  • IPB Version:v3.1.x
Contributor

Posted 15 December 2011 - 07:36 AM

# PCI device 0x10de:0x03ef (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:0x1677
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

I can code them, but i can't quote them.
# PCI device 0x10de:0x03ef (forcedeth)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d2", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:0x1677
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="99:00:aa:bb:cc:d3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

If i quote them,I get these error messages:
The number of opening quote tags does not match the number of closing quote tags.

Why? Thanks.

#2 AndyF

AndyF

    Cogito ergo sum

  • Management
  • PipPipPipPipPipPipPipPipPipPip
  • 8,414 posts
  • Location:Derby, UK
  • Real Name:Andy
  • IPB Version:v3.2.x
Contributor

Posted 15 December 2011 - 10:59 AM

Its the way its looking at the quote itself, at a guess its just getting confused because of the quotation " characters.

I'll post a bug report over at IPS > http://community.inv...84-quote-issue/

View my tutorials

Please do NOT pm me with support related questions unless requested.
If you are in need of help or assistance, please post on the forum in the appropriate section!



A Look Back - 1.0.1 - 1.3.1 - 2.0.0 - 2.1.7 - 2.2.0 - 2.3.6

#3 Aeolus

Aeolus

    Programmer

  • IM Supporters
  • PipPipPipPipPipPip
  • 416 posts
  • Location:Taiwan
  • IPB Version:v3.1.x
Contributor

Posted 16 December 2011 - 12:19 AM

Thanks.Posted Image




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users