html - Hyperlinks are showing path in Magento -


out of blue, magento site displaying "service temporarily unavailable". so, deleted maintenance.flags file , site came back, of header links on main page , sub pages showing paths on hyperlinks: enter image description here

i have not changed prior either of these issues , have no idea how fix this... have template path helper, cause , how fix this?

you have in skin/frontend/default/default/css/home/css/blueprint/print.css :

a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;} 

remove , work expected


Comments

Popular posts from this blog

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -