Skip to content

Commit

Permalink
css: fix oxy_substring problem
Browse files Browse the repository at this point in the history
  • Loading branch information
olvidalo committed Jun 6, 2016
1 parent a1fe9d8 commit 975de28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/epidoc_c.css
Original file line number Diff line number Diff line change
Expand Up @@ -1558,9 +1558,9 @@ graphic! > desc[type="type"][subtype="thumb"], graphic! > desc[type="type"][subt
display: none;
}

graphic:before(2) {
graphic[url]:before(2) {
content:
"Bild: " oxy_substring(oxy_substring(oxy_xpath("@url/data(.)"), oxy_lastindexof(oxy_xpath("@url/data(.)"), "/")), 1)
"Bild: " oxy_substring(oxy_substring(attr(url), oxy_lastindexof(attr(url), "/")), 1)
oxy_concat(" (", attr(mimeType),")")
oxy_editor(type, button, actionID, delete_graphic, transparent, true, color, #FFFFFF)
;
Expand Down

0 comments on commit 975de28

Please sign in to comment.