Plugin Directory

Changeset 170086


Ignore:
Timestamp:
11/03/2009 08:37:07 PM (16 years ago)
Author:
merzedes
Message:

fixing backtick problem

Location:
custom-style
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • custom-style/tags/1.0.1/readme.txt

    r170075 r170086  
    7979== Frequently Asked Questions ==
    8080
    81 = No `<style>..</style>` in my `<head />` element? =
     81= No &lt;style>..&lt;/style> in my &lt;head /> element? =
    8282
    8383The plugin depends on the usage of `<?php wp_head(); ?>`. So your
     
    8686           <head> .. <?php wp_head(); ?> .. </head>
    8787
    88 = There is a `<style>..</style>` in my `<head />` element - no visible effect though!? =
     88= There is a &lt;style>..</style> in my &lt;<head /> element - no visible effect though!? =
     89
    8990
    9091Make sure that your CSS styles are not overridden by `<style />`
  • custom-style/tags/1.0.2/readme.txt

    r170084 r170086  
    7979== Frequently Asked Questions ==
    8080
    81 = No `<style>..</style>` in my `<head />` element? =
     81= No &lt;style>..&lt;/style> in my &lt;head /> element? =
    8282
    8383The plugin depends on the usage of `<?php wp_head(); ?>`. So your
     
    8686           <head> .. <?php wp_head(); ?> .. </head>
    8787
    88 = There is a `<style>..</style>` in my `<head />` element - no visible effect though!? =
     88= There is a &lt;style>..</style> in my &lt;<head /> element - no visible effect though!? =
    8989
    9090Make sure that your CSS styles are not overridden by `<style />`
  • custom-style/trunk/readme.txt

    r170083 r170086  
    7979== Frequently Asked Questions ==
    8080
    81 = No `<style>..</style>` in my `<head />` element? =
     81= No &lt;style>..&lt;/style> in my &lt;head /> element? =
    8282
    8383The plugin depends on the usage of `<?php wp_head(); ?>`. So your
     
    8686           <head> .. <?php wp_head(); ?> .. </head>
    8787
    88 = There is a `<style>..</style>` in my `<head />` element - no visible effect though!? =
     88= There is a &lt;style>..</style> in my &lt;<head /> element - no visible effect though!? =
    8989
    9090Make sure that your CSS styles are not overridden by `<style />`
Note: See TracChangeset for help on using the changeset viewer.